Commit Graph

2 Commits

Author SHA1 Message Date
Derek McQuay 38348f978f implemented guess function for caesar cipher 2016-03-14 12:50:45 -07:00
Derek McQuay 757c1483b4 got guess function to work for example from book
it calculates (hard coded) the example from the book.  Next step is
making it take any string, calculate the character frequency and then do
the same calculation and print out top answers
2016-03-12 23:06:24 -08:00