summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-08use ruby Enumerator. time O(k), space O(1)mo
2017-08-08remove extra instance var.mo
2017-08-08O(1) space solution.mo
2017-08-08remove unneccesary check for leaf.mo
2017-08-08solve using recursion.mo
2017-08-08add kthlargest problem.mo
2017-08-06implement find profession.mo
2017-08-06add alternate solution.mo
2017-08-05solve tree symetry.mo
2017-08-05print if there is a tree.mo
2017-08-05add level to each node.mo
2017-08-05add method to print tree.mo
2017-08-03convert strings to symbols.mo
2017-08-02add massive spec.mo
2017-08-02add some failing specs.mo
2017-08-02add test.mo
2017-08-02add test.mo
2017-08-02add test.mo
2017-08-02add tests.mo
2017-08-02convert strings to symbols.mo
2017-08-02add another spec.mo
2017-08-02add another spec.mo
2017-08-02pass all the tests.mo
2017-08-01first cut at tree symmetry.mo
2017-07-31add bcc32 solution.mo
2017-07-31move problem to binary trees dir.mo
2017-07-31solve tree question.mo
2017-07-31first attempt passed most tests so i added a new one to make it fail.mo
2017-07-31add tree problem.mo
2017-07-25solve with hash table.mo
2017-07-25use dp solution.mo
2017-07-25add possible sums problem.mo
2017-07-20add a faster solution.mo
2017-07-20add spec to check if less than k.mo
2017-07-20solve contains close numbers.mo
2017-07-20add tests for contains close numbers.mo
2017-07-18add contains_close_numbers.mo
2017-07-18long name to letter. (i know, i know)mo
2017-07-18shrink lines.mo
2017-07-18add solution for following patterns?mo
2017-07-16add are_following_patterns.mo
2017-07-16fix runtime comments.mo
2017-07-14group dishes.mo
2017-07-13add grouping dishes problem.mo
2017-07-13solve re-arrange last n.mo
2017-07-13tidy up.mo
2017-07-13solve reverse k nodes.mo
2017-07-12add reverse nodes in k groups.mo
2017-07-12remove comment.mo
2017-07-12merge linked lists.mo