Christopher Febles 8b4dd56d9eb Tries: All tests pass…six tests time out. 01 Feb 2017 Christopher Febles 124ad67d218 Tries: Initial new attempt. Passes three cases, fails one, times out on nine. 01 Feb 2017 Christopher Febles 5c1ec04d66e CTCI: BFS: Added toString method for debugging. 24 Jan 2017 Christopher Febles 46860ef2dd1 CTCI: BFS: Set-based solution. Solves all test cases, but test case 05 needs to be in less than 4s. This solution solves it in 4.2 seconds. 20 Jan 2017 Christopher Febles 6af5030888f CTCI: BFS: Queue solution. Super slow. Not sure if it actually works. 20 Jan 2017 Christopher Febles 6a20ed87fe7 Added solution to The Coin Change Problem. 14 Jan 2017 Christopher Febles f73a05be20e M Merge branch 'develop' * develop:
CTCI: Median: Reverted to working solution. Still too slow.
CTCI: Contacts: Added Tries class. Submission tests fail due to timeout.
# Conflicts:
# src/test/java/com/christopherfebles/hackerrank/ctci/Median.java 27 Oct 2016 Christopher Febles 8ce02b56105 CTCI: Median: Reverted to working solution. Still too slow. 27 Oct 2016 Christopher Febles efee1bced69 CTCI: Contacts: Added Tries class. Submission tests fail due to timeout. 27 Oct 2016 Christopher Febles 0bf8a485a1c CTCI: Median: Reimplemented with a binary search tree. Performance is now worse. 06 Oct 2016 Christopher Febles 083b03997e2 CTCI: Median: Added test 9. Passes in 14.5 seconds. This indicates the algorithm is correct, but inefficient. 06 Oct 2016 Christopher Febles cf3ae0061dd CTCI: Median: Passing three submission tests, timing out on the rest. 06 Oct 2016 Christopher Febles e114b3c1422 CTCI: Binary Search. Passing all submission tests. 03 Oct 2016 Christopher Febles 7d1fd8ac90d CTCI: Binary Search. Nonworking code. 02 Oct 2016 Christopher Febles 690f4d21a40 CTCI: QueueWithTwoStacks passes all submission tests. 02 Oct 2016 Christopher Febles f34ef13b1ba CTCI: BalancedBrackets: Passing all submission tests. 29 Sep 2016 Christopher Febles 7396f759c22 CTCI: BalancedBrackets: Passing initial test. Failing most submission tests. 29 Sep 2016 Christopher Febles 5632c1bcee7 CTCI: RansomNote: Passing all submission tests. 29 Sep 2016 Christopher Febles d409d2be6f6 CTCI: Anagram: Passing all submission tests. 29 Sep 2016 Christopher Febles ff68efeeca7 Started the "Cracking the Coding Interview" challenges. Successfully submitted Array Left Rotation solution. 29 Sep 2016 Christopher Febles f355a063658 NegativeSubArray: Passing all submission tests. 12 Sep 2016 Christopher Febles 6921b98b252 Added comment to duplicate question. 12 Sep 2016 Christopher Febles 82779928884 1DArray: Passing all submission tests. 10 Sep 2016 Christopher Febles 8557248671c 1DArray: Added more tests. 10 Sep 2016 Christopher Febles 6f50730daf0 1DArray: Passing 6/10 submission tests 10 Sep 2016 Christopher Febles a988af50ebd ArrayList: Passed all submission tests. 10 Sep 2016 Christopher Febles f5378c28192 PriorityQueue: Now passing all submission tests. 10 Sep 2016 Christopher Febles e8d4ad42546 PriorityQueue: Passed 5/7 submission tests. 10 Sep 2016 Christopher Febles caac3eecab0 BitSet: Passes all submission tests. 10 Sep 2016 Christopher Febles 30e6797b9b0 Dequeue: Reduced time elapsed from 4.5s to 0.5s for test 10. Now passing all submission tests. 10 Sep 2016 Christopher Febles e1f647bdabc Dequeue: Added submission test 10. Code passes test, but over the 3 second time limit. 10 Sep 2016 Christopher Febles 2cc74bdd8b4 Dequeue: Now passing 8/10 submission tests. 10 Sep 2016 Christopher Febles 62a076ee686 Dequeue: Now passing 7/10 submission tests. 10 Sep 2016 Christopher Febles 8d1ef546950 Dequeue: Passing tests 0 and 7 of submission tests. 10 Sep 2016 Christopher Febles 9c09af0dcde Stack: Now passing all submission tests. 10 Sep 2016 Christopher Febles c1768b9b30a Stack: Pass initial test, fail submission 10 Sep 2016 Christopher Febles e5c50321df4 BigDecimal: Passes all test and submission cases. 10 Sep 2016 Christopher Febles b3b55ad6d05 BigDecimal: Passes one out of two tests 10 Sep 2016 Christopher Febles 0f6c34b0e6e LambdaExpressions: Passing all submission tests. 08 Sep 2016 Christopher Febles 865aed0a8f5 CalculatingVolume: Passing all submitted tests 08 Sep 2016 Christopher Febles e129655300c CalculatingVolume: Passing one test 08 Sep 2016 Christopher Febles f8b122e5c0e CalculatingVolume: Initial Commit. Stackoverflow error 08 Sep 2016 Christopher Febles 6d560355aaa TagContent: Now passing submission 07 Sep 2016 Christopher Febles 1f1f351fe44 TagContent: Added test case as external files 07 Sep 2016 Christopher Febles c40e2fb4250 TagExtractor: Passing two of three test cases. 07 Sep 2016 Christopher Febles 686bcf274db UsernameChecker: passes submission 07 Sep 2016 Christopher Febles eb74a76fbde Regex2DuplicateWord: Passes submission 07 Sep 2016 Christopher Febles dc7e66fd58d JavaRegex: Passing solution 07 Sep 2016 Christopher Febles 65789b364fa StringTokens: Submission successful. 04 Sep 2016 Christopher Febles 5648561c5af DynamicArray: Working solution 31 Aug 2016