Commit Graph

35 Commits

Author SHA1 Message Date
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
Donne Martin
3a44e384ef Added selection sort challenge. 2015-07-01 06:47:36 -04:00
Donne Martin
4a0a2c1267 Added insertion sort challenge. 2015-07-01 06:47:22 -04:00
Donne Martin
78dbf4ef9b Added quicksort challenge. 2015-07-01 06:47:09 -04:00
Donne Martin
5c2f839ccf Added merge sort challenge. 2015-07-01 06:46:38 -04:00
Donne Martin
1a78750e49 Appended _solution to current notebooks to prepare for challenge and solution notebooks. 2015-06-30 06:35:44 -04:00
Donne Martin
e5fde7ea8c Fixed Constraints section label and link anchor. 2015-06-30 05:55:58 -04:00
Donne Martin
af0c029696 Renamed section Constraints and Assumptions to Constraints. 2015-06-28 07:13:27 -04:00
Donne Martin
9a7cfab43a Restructured packages. 2015-06-28 06:59:11 -04:00
Donne Martin
7573730e39 Renamed top-level folders to use underscores instead of dashes. 2015-06-28 06:39:24 -04:00