layout | title | permalink |
---|---|---|
page |
Portfolio |
/portfolio/ |
A web app I built which helps people overcome overchoice by emailing the user random books from their Goodreads to-read shelf. This allows people become reintroduced to books they found interesting at one point and makes tackling their stack of unread books much easier.
Click here to view the project live or go straight to the code on Github
A command line solution for Project Euler problem 54: Poker Hands. The program takes a text file containing pairs of poker hands and outputs the number of times the first hand beats the second hand.
View the code on Github