log

age author description
Tue, 18 Aug 2015 14:26:12 -0500 Eris Caffee Added comments. Broke out file read toa function slurp_file().default tip
Tue, 18 Aug 2015 12:22:22 -0500 Eris Caffee Added Knuth-MOrris-Pratt string search and sample text file for testing.
Tue, 18 Aug 2015 11:08:35 -0500 Eris Caffee List of all primes under 100 million.
Wed, 03 Jun 2015 16:02:31 -0500 Eris Caffee Sieve of Eratosthenes in C++
Thu, 14 May 2015 19:50:23 -0500 Eris Caffee Key indexed counting example.
Tue, 05 May 2015 12:02:16 -0500 Eris Caffee Added is_palindrome tests.
Mon, 04 May 2015 17:23:45 -0500 Eris Caffee Added sieve of Eratosthenes
Mon, 04 May 2015 15:20:26 -0500 Eris Caffee Updated comments. Correct subtle logic error in two_sum_hash.cpp that would have resulted in bad output when there are repeated values in the input.
Mon, 04 May 2015 12:32:58 -0500 Eris Caffee Added two variants of two_sum.cpp
Fri, 01 May 2015 16:28:22 -0500 Eris Caffee Added hgingore and two_sum.cpp
Fri, 01 May 2015 12:17:52 -0500 Eris Caffee Expanded comments in two_sum.pl
Fri, 01 May 2015 12:12:07 -0500 Eris Caffee Added the two sum problem and a solution in Perl.
Mon, 27 Apr 2015 23:17:00 -0500 Eris Caffee Algorithm example library