Commit Graph

59 Commits

Author SHA1 Message Date
ArchKudo
9d0262744e Rename SelectionSort to InsertionSort in selection sort challenge (#210) 2017-09-14 20:05:26 -04:00
delirious-lettuce
9f89a51aba Fix typos (#191) 2017-05-15 21:30:12 -07:00
Donne Martin
abc982d360 Add merge into challenge 2017-03-27 05:15:51 -04:00
Donne Martin
d9edf2fa15 Add new int challenge 2017-03-27 05:15:40 -04:00
Donne Martin
c915ea69f5 Add radix sort challenge 2017-03-27 05:15:24 -04:00
Donne Martin
256755a962 Add rotated array search challenge 2017-03-27 05:14:53 -04:00
Donne Martin
1208e1110f Add search sorted matrix challenge 2017-03-27 05:14:26 -04:00
Donne Martin
3e67ffea39 Add anagrams challenge 2017-03-27 05:13:54 -04:00
Donne Martin
7884146d54 Standardize spacing code style (#150) 2017-02-25 20:20:16 -05:00
Donne Martin
451ff2166a Update insertion sort challenge solution (#141) 2017-01-23 06:53:57 -05:00
Donne Martin
f71936199b Update selection sort challenge algorithm discussion (#139) 2017-01-21 19:35:29 -05:00
Donne Martin
c69769757d Update merge sort challenge algorithm discussion (#138) 2017-01-17 06:16:43 -05:00
Donne Martin
d6da67c748 Update insertion sort challenge (#137)
Update constraints and algorithm.
2017-01-13 20:02:24 -05:00
Donne Martin
d6ae3fa785 Update quicksort challenge space complexity (#136) 2017-01-11 07:17:17 -05:00
Donne Martin
3d49bb1d43 Update quicksort challenge (#134)
Update constraints, test cases, code, algorithm, and tests.
2016-12-29 07:21:56 -05:00
Donne Martin
daa7fba255 Update selection sort challenge (#131)
Update constraints, test cases, code, and tests.
2016-12-16 07:52:10 -05:00
Donne Martin
bb56b63c39 Update merge sort challenge (#130)
Update constraints, test cases, code, and tests.
2016-12-12 07:22:16 -05:00
Donne Martin
3cce1ffb51 Update insertion sort challenge (#129)
Update constraints, test cases, code, and tests.
2016-12-11 07:42:54 -05:00
Donne Martin
a9d18bdcc0 Fix notebook credits to render properly on nbviewer (#94) 2016-07-31 08:11:18 -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
981f775d97 Polish quicksort challenge and solution
Update constraints and code.
2016-06-18 22:17:09 -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
d89d600e5b Polish selection sort challenge and solution
Update constraints, algorithm, code, and test.
2016-06-18 22:12:13 -04: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
b89c714448 Moved group_ordered challenge to staging area for further development. 2015-07-22 04:38:37 -04:00
Donne Martin
ec00ca65a1 Merge pull request #9 from wdonahoe/master
Added group_ordered challenge
2015-07-22 04:35:12 -04:00
Donne Martin
35e6cc13d8 Merge branch 'master' of https://github.com/donnemartin/interactive-coding-challenges
* 'master' of https://github.com/donnemartin/interactive-coding-challenges:
  the 'Two or more elements' test doesn't actually test if the list was sorted properly
2015-07-14 06:51:20 -04:00
Donne Martin
1d763fd142 Fixed #23: Quicksort unit tests aren't correctly testing the returned value from quick_sort. 2015-07-14 06:50:54 -04:00
Justin LeFebvre
e78657f4a4 the 'Two or more elements' test doesn't actually test if the list was sorted properly 2015-07-13 00:33:07 -04:00
Donne Martin
03f04fbc4c Fix #13, PEP8-ify notebooks. 2015-07-11 15:35:12 -04:00
wdonahoe
91b021f4b5 reverted files 2015-07-11 11:07:15 -04:00
wdonahoe
f45be890af fixed problems, new pull 2015-07-11 10:45:08 -04:00
wdonahoe
b4476d3f77 fixed problems, new pull 2015-07-11 10:43:28 -04:00
Donne Martin
53f7c0e4d8 Fixed Python2 vs Python3 division compatibility. 2015-07-06 06:58:42 -04:00
Donne Martin
40ef096ede Fixed Python2 vs Python3 division compatibility. 2015-07-06 06:44:35 -04:00
Donne Martin
9df39726c1 Fixed Python2 vs Python3 division compatibility. 2015-07-06 06:44:09 -04:00
Donne Martin
45fa576bc2 Changed xrange to range to be compatible with Python 3. 2015-07-06 06:15:53 -04:00
Donne Martin
fac7bbb1be Tweaked constraints section discussion. 2015-07-06 06:03:09 -04:00
Donne Martin
8aa4f25354 Tweaked quick sort challenge python code section discussion. 2015-07-06 05:46:47 -04:00
Donne Martin
78dadf9e45 Updated repo name. 2015-07-05 07:59:00 -04:00
Donne Martin
170f32b7e0 Tweaked quick sort challenge. 2015-07-03 20:10:14 -04:00
Donne Martin
494348e866 Tweaked merge sort challenge. 2015-07-03 20:08:45 -04:00
Donne Martin
a5b7673e75 Tweaked selection sort challenge. 2015-07-03 20:08:23 -04:00
Donne Martin
9eb9ed637a Tweaked insertion sort challenge. 2015-07-03 20:07:56 -04:00
Donne Martin
421ee349fd Removed tests folder in challenge category, tests are now in each challenge folder. 2015-07-01 07:04:31 -04:00