Texas Hold’Em

Tweet This post is my solution to Texas Hold’Em. The problem involved taking 7 cards and determining the single best 5 card hand. Like the previous problem, I decided to implement this in Ruby. I probably went too far because what I ended up with was a command line program that when you hit the [...]

Binary Search Tree – Programming Praxis solution

Tweet Earlier this year I was influenced by two things that got me to re-think what I work on in my free time. The first was this podcast from Software Engineering Radio with “Uncle Bob” Bob Martin on software craftsmanship. The second was a blog on the value of fundamentals in software development. As a [...]