Commit Graph

718 Commits

Author SHA1 Message Date
Donne Martin
4fc8dbcc32 Merge pull request #56 from donnemartin/develop
Exit out of loop once key is found/removed from hash map
2016-06-12 23:16:55 -04:00
Donne Martin
4c45be5a9e Exit out of loop once key is found/removed from hash map 2016-06-12 23:16:06 -04:00
Donne Martin
38fa7aff46 Merge pull request #55 from donnemartin/develop
Update arrays_strings and linked_lists constraints
2016-06-12 23:12:42 -04:00
Donne Martin
9a7958e5b4 Update linked_lists constraints 2016-06-12 23:10:28 -04:00
Donne Martin
e1239d8902 Update arrays_strings constraints 2016-06-12 23:06:12 -04:00
Donne Martin
1bbe9c68d5 Merge pull request #54 from donnemartin/develop
Polish permutation challenge and solution
2016-06-05 07:18:54 -04:00
Donne Martin
1656fd50e3 Polish permutation challenge and solution 2016-06-05 07:18:14 -04:00
Donne Martin
730e8a0d67 Merge pull request #53 from donnemartin/develop
Update requirements.txt
2016-06-04 16:10:53 -04:00
Donne Martin
41c7b00a53 Update requirements.txt 2016-06-04 16:10:06 -04:00
Donne Martin
b67831e9b8 Merge pull request #52 from donnemartin/develop
Update README intro, install, credits, and contact info
2016-06-04 16:07:10 -04:00
Donne Martin
bbaed0ab6b Update README contact info 2016-06-04 16:05:47 -04:00
Donne Martin
97bca96634 Update README intro 2016-06-04 16:04:32 -04:00
Donne Martin
f74b048218 Add LeetCode to README credits 2016-06-04 16:03:56 -04:00
Donne Martin
6196947abe Swap install and run instructions order in README 2016-06-04 16:02:06 -04:00
Donne Martin
dd44bda6e8 Merge pull request #50 from z123/fix-node-state
Fix issues with node state
2016-06-04 14:08:46 -04:00
Donne Martin
39c4a6dccc Merge pull request #49 from yask123/patch-1
Fix bug in permutations challenge and solution
2016-06-04 13:45:08 -04:00
Donne Martin
50cb6e1a7c Merge pull request #51 from donnemartin/develop
Update constraints for compress challenge and solution
2016-06-04 13:41:33 -04:00
Donne Martin
395264378c Update constraints for compress challenge and solution 2016-06-04 13:40:15 -04:00
Donne Martin
ac339645e9 Fix style guide link in CONTRIBUTING.md 2016-05-19 05:10:14 -04:00
z123
4306797043 Fixed issues with node state. 2016-05-08 11:22:47 -07:00
Yask Srivastava
a3c45ae613 Fixed bug 2016-05-08 13:36:50 +05:30
Donne Martin
a18e0532b0 Merge pull request #48 from KishanBagaria/master
Change `ipython notebook` to `jupyter notebook`
2016-04-22 21:12:20 -04:00
Kishan Bagaria
e8e1c41584 Change ipython notebook to jupyter notebook
Subcommand `ipython notebook` is deprecated and will be removed in future versions.
2016-04-18 22:26:11 +05:30
Donne Martin
b1a07b6d48 Merge pull request #45 from jaysonfrancis/myfirstpull
Fix typo for func() calls
2016-03-04 07:13:01 -05:00
jaysonfrancis
a57405405d Updated Unit Test to include function call (reverse_words) in testReverseWords 2016-03-03 07:32:17 -08:00
Donne Martin
afcdcc3a6a Rename Sorting section 2016-03-03 08:18:04 -05:00
jaysonfrancis
d0b8b5fe86 Fixed typo for func() calls 2016-03-02 23:32:56 -08:00
Donne Martin
358791fbbc Update dfs solution complexity discussion 2016-03-02 07:50:28 -05:00
Donne Martin
de0e70de4f Polish bst challenge and solution
Add root is None input test case.  Update time and space complexity discussion.
2016-03-01 07:03:37 -05:00
Donne Martin
56f8ea1e74 Polish merge sort challenge and solution
Add None input test case.  Update space complexity discussion.
2016-02-26 06:52:54 -05:00
Donne Martin
15ed55a7d4 Polish quicksort challenge and solution
Add None input test case.  Remove difficult to read 'Pythonic' solution.  Update space complexity discussion.
2016-02-25 05:49:31 -05:00
Donne Martin
4b5ce09e6c Add None input test case to selection sort challenge 2016-02-25 05:47:26 -05:00
Donne Martin
a2b4978c2e Add None input test case to insertion sort 2016-02-25 05:47:15 -05:00
Donne Martin
d8ac0b8fc6 Polish selection sort solution 2016-02-24 07:37:31 -05:00
Donne Martin
577ada7896 Polish selection sort challenge and solution 2016-02-24 06:27:54 -05:00
Donne Martin
031f3233a9 Update sort stack challenge unit test 2016-02-23 07:10:18 -05:00
Donne Martin
2b92f51a4e Polish set of stacks challenge 2016-02-23 06:13:05 -05:00
Donne Martin
ba14cb0417 Add intermediate sort stack solution and test 2016-02-23 06:12:45 -05:00
Donne Martin
d9b2d7144e Polish set of stacks solution 2016-02-21 16:21:37 -05:00
Donne Martin
7222f71f59 Polish queue list solution 2016-02-21 16:21:05 -05:00
Donne Martin
76da9ec98d Polish n stacks solution 2016-02-21 16:20:29 -05:00
Donne Martin
9c441e9f18 Polish find loop start solution. 2016-02-20 12:53:27 -05:00
Donne Martin
7a166bed67 Polish stack solution. 2016-02-20 08:11:49 -05:00
Donne Martin
08fabdf58d Tweak remove dupes solution to use a single node 'reference'. 2016-02-15 06:29:11 -05:00
Donne Martin
21add6f4f5 Rename list_of_chars to reverse_string. 2016-02-14 06:04:48 -05:00
Donne Martin
27a0bf786e Update remove dupes unit test to handle more cases. 2016-02-10 06:33:30 -05:00
Donne Martin
71cb434de7 Polish delete mid solution. 2016-02-10 06:32:31 -05:00
Donne Martin
feb3ed3129 Polish add reverse solution. 2016-02-10 06:30:36 -05:00
Donne Martin
b0a091f589 Polish rotation solution. 2016-02-10 06:30:11 -05:00
Donne Martin
75becf1afb Polish permutation solution. 2016-02-10 06:29:50 -05:00