About Me

My photo
i'm a laugning jack-o'-lantern

Sunday, September 28, 2014

DevOps Days Warsaw

Just got back home from DevOps Days Warsaw 2014. It was pretty good. Nice people, good talks, awesome after-parties. Found myself really enjoy attending conferences. May be I could present some stuff next times. Regards!

Sunday, August 10, 2014

Functional Programming monthly challenge

First time participated in monthly Function Programming challenge (the August one). I've decided to pick Python as my favorite programming language. Here you could find the solution I've come with. Have to admit that it's robust, not much mem consuming. For n × m  input matrix it takes O(n) memory with O(n × m) algorithm's complexity.

Waiting for Monday to check my solution on new input data.