Ruby Refactoring Kata – Tennis Game [series of YT videos]
Ruby Refactoring Kata – Tennis Game [series of YT videos] ~2 weeks ago I’ve decided to give a try to the Ruby Refactoring kata called Tennis Game. Those katas allow practicing refactoring, they usually come with mostly OK test coverage, so that you can focus on the code transformations.
Read Full Post | Make a Comment ( Comments Off on Ruby Refactoring Kata – Tennis Game [series of YT videos] )TPP vs the subset sum problem
A colleague of mine, told me about an interesting kata along with a hint that it can be solved efficiently by applying dynamic programming. To be honest, I never really dived into the topic of dynamic programming. I’ve heard the term before, and I knew that some classes of problems could be efficiently solved with […]
Read Full Post | Make a Comment ( Comments Off on TPP vs the subset sum problem )Shunting Yard Algorithm in C#
First of six videos by Brett L. Schuchert See schuchert – Katas
Read Full Post | Make a Comment ( None so far )