Commit Graph

548 Commits

Author SHA1 Message Date
Donne Martin
c7e9a85db7 Polish queue from stacks challenge and solution (#74)
Update constraints, algorithm discussion, and code.
2016-06-23 05:55:15 -04:00
Donne Martin
7f338b0e64 Polish set of stacks challenge and solution (#73)
Update constraints, algorithm discussion, and code.
2016-06-21 05:30:14 -04:00
Donne Martin
e71b280082 Polish stack min challenge and solution (#72)
Update constraints, algorithm discussion, code, and tests.
2016-06-20 06:54:08 -04:00
Donne Martin
98ad50edaf Update constraints for n stacks challenge and solution (#71) 2016-06-19 21:00:44 -04:00
Donne Martin
0d20ff5931 Polish queue challenge and solution (#70)
Update constraints, algorithm discussion, and code.
2016-06-19 20:08:26 -04:00
Donne Martin
4cdb85e22d Polish stack challenge and solution (#69)
Update constraints and code.
2016-06-19 20:02:53 -04:00
Donne Martin
c2bd267816 Merge pull request #68 from donnemartin/develop
Polish merge sort challenge and solution
2016-06-18 22:22:04 -04:00
Donne Martin
11e290e5a4 Polish merge sort challenge and solution
Update constraints and code.
2016-06-18 22:21:30 -04:00
Donne Martin
b470c821b4 Merge pull request #67 from donnemartin/develop
Polish quicksort challenge and solution
2016-06-18 22:17:40 -04:00
Donne Martin
981f775d97 Polish quicksort challenge and solution
Update constraints and code.
2016-06-18 22:17:09 -04:00
Donne Martin
31359896a8 Merge pull request #66 from donnemartin/develop
Polish insertion sort challenge and solution
2016-06-18 22:16:11 -04:00
Donne Martin
321ff02887 Polish insertion sort challenge and solution
Update constraints and code.
2016-06-18 22:15:48 -04:00
Donne Martin
e22ee5fbe2 Merge pull request #65 from donnemartin/develop
Polish selection sort challenge and solution
2016-06-18 22:12:49 -04:00
Donne Martin
d89d600e5b Polish selection sort challenge and solution
Update constraints, algorithm, code, and test.
2016-06-18 22:12:13 -04:00
Donne Martin
ea1bb12a13 Merge pull request #64 from donnemartin/develop
Update linked list constraints
2016-06-18 22:11:55 -04:00
Donne Martin
54b5e12230 Update linked list constraints
Specify singly linked list, non circular.  Also specify the solution fits in memory.
2016-06-18 13:55:29 -04:00
Donne Martin
dcfde9586e Merge pull request #63 from donnemartin/develop
Polish linked list palindrome challenge and solution
2016-06-18 13:54:03 -04:00
Donne Martin
98a71e72e9 Polish linked list palindrome challenge and solution
Update constraints and solution code.
2016-06-18 13:53:04 -04:00
Donne Martin
0611967dee Merge pull request #62 from donnemartin/develop
Polish delete mid node challenge and solution
2016-06-18 11:46:53 -04:00
Donne Martin
37cf2028e6 Polish delete mid node challenge and solution
Update edge cases and tests.
2016-06-18 11:46:00 -04:00
Donne Martin
99239dda62 Merge pull request #61 from donnemartin/develop
Polish linked list challenge and solution
2016-06-12 23:30:35 -04:00
Donne Martin
58409ac286 Polish linked list challenge and solution
Update algorithm discussion, solution, and constraints.
2016-06-12 23:29:58 -04:00
Donne Martin
1e9ffd3f33 Merge pull request #60 from donnemartin/develop
Polish kth to last element challenge and solution
2016-06-12 23:28:07 -04:00
Donne Martin
90f7505018 Polish kth to last element challenge and solution
Update algorithm discussion and solution.
2016-06-12 23:27:36 -04:00
Donne Martin
801e583762 Merge pull request #59 from donnemartin/develop
Polish remove duplicates challenge and solution
2016-06-12 23:26:20 -04:00
Donne Martin
8cc41e23af Polish remove duplicates challenge and solution
Update constraints and algorithm discussion.
2016-06-12 23:25:49 -04:00
Donne Martin
94aaedb49f Merge pull request #58 from donnemartin/develop
Polish find loop start challenge and solution
2016-06-12 23:23:18 -04:00
Donne Martin
47e34b10dd Polish find loop start challenge and solution
Change slow and fast nodes equality check from their data value to an object check.
2016-06-12 23:22:27 -04:00
Donne Martin
2dd8f4ac55 Merge pull request #57 from donnemartin/develop
Polish unique chars challenge and solution
2016-06-12 23:19:38 -04:00
Donne Martin
895011b685 Polish unique chars challenge and solution
Add None input test case.  Update constraints.
2016-06-12 23:19:09 -04:00
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