summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-12add victors solution.mo
2017-07-12add merge_two_linked_lists problem.mo
2017-07-11complete add 2 huge numbers.mo
2017-07-11replace recursion with iteration.mo
2017-07-11solve is list palindrome.mo
2017-07-05try to sum to zero.mo
2017-07-05start new problem.mo
2017-07-05calculate length of cycle.mo
2017-07-05add bcc32 solution.mo
2017-07-05remove k from linked list.mo
2017-07-04add hidden tests.mo
2017-07-04try to figure out why the last hidden test is failing.mo
2017-07-04solve is_crypt_solutionmo
2017-07-04add test cases for is_crypt_solutionmo
2017-07-04add is_crypt_solution problem.mo
2017-07-04optimize sudoku solution.mo
2017-07-04get all tests passing.mo
2017-07-04start to solve sudoku.mo
2017-06-27try to reverse then flip on diagonal.mo
2017-06-27implement reverse and transpose.mo
2017-06-27use transpose and reversemo
2017-06-27rotate matrix using copy.mo
2017-06-27find entry point of cycle.mo
2017-06-26add rotate image problems.mo
2017-06-26finish first non repeating character.mo
2017-06-26use a hash.mo
2017-06-26move tail forward from head instead of starting at end.mo
2017-06-26return the value not the index.mo
2017-06-23get most of the duplicate specs passing.mo
2017-06-23try a dp solution to map decoding.mo
2017-06-22find min duplicate.mo
2017-06-22attempt map decoding.mo
2017-06-22complete part 3.mo
2017-06-21fix bug in spec.mo
2017-06-21convert cycle problem to specs.mo
2017-06-21add next part to the problem.mo
2017-06-21add dynamic programming assignment from Andrew.mo
2017-06-21add programming question from Chris.mo
2017-06-21remove putsmo
2017-06-21re-do swap lex_order with another solution.mo
2017-06-20work on map decoding.mo
2017-06-17add map decoding spec.mo
2017-06-17comment out dp solutions.mo
2017-06-17add more sudoku specs.mo
2017-06-17add sudoku problem.mo
2017-06-17collapse line.mo
2017-06-17rename variables.mo
2017-06-17detect circles.mo
2017-06-16add circle detection problem.mo
2017-06-15use inject to make code more concise.mo