Commit Graph

478 Commits

Author SHA1 Message Date
Donne Martin
4fc25a0a98 Updated solution notebook nbviewer link. 2015-08-01 09:41:28 -04:00
Donne Martin
bf5f54dc7b Updated solution notebook nbviewer link. 2015-08-01 09:41:01 -04:00
Donne Martin
f672839f7d Updated solution notebook nbviewer link. 2015-08-01 09:40:35 -04:00
Donne Martin
595d905481 Updated template challenge notebook links to solution notebooks. 2015-08-01 09:39:57 -04:00
Donne Martin
11f94f9ba8 Removed mention of queue as those are potential hints in solving the problem. 2015-08-01 09:31:52 -04:00
Donne Martin
a20ac9cdf0 Added binary search tree, tree breadth first search, and tree depth first search challenges. 2015-08-01 09:27:53 -04:00
Donne Martin
a6cc0f266c Added tree depth first search challenge. 2015-08-01 09:26:28 -04:00
Donne Martin
884d8aca80 Added tree breadth first search challenge. 2015-08-01 09:26:03 -04:00
Donne Martin
a6c7f71379 Added binary search tree challenge. 2015-08-01 09:25:14 -04:00
Donne Martin
757eca26f1 Added unit testing utility to redirect print output to help validate some functions. 2015-08-01 09:24:19 -04:00
Donne Martin
33cb8826ad Tweaked section ordering. 2015-08-01 07:11:53 -04:00
Donne Martin
62e54233c6 Tweaked template notebooks. 2015-07-31 18:48:53 -04:00
Donne Martin
691fba5ff9 Fixed coin change nbviewer URLs. 2015-07-28 06:49:34 -04:00
Donne Martin
cbe280c00a Fixed coin change nbviewer URLs. 2015-07-28 06:45:51 -04:00
Donne Martin
bc02323fb7 Removed shortlink. 2015-07-28 06:44:51 -04:00
Donne Martin
9a3bf24150 Merge pull request #28 from rafadaguiar/master
Minor phrasing fix on challenge constraints
2015-07-28 06:39:03 -04:00
Donne Martin
d2dbfe7af9 Merge pull request #26 from mrb00l34n/coin-change
Added Coin Change Ways Problem/Solution
2015-07-28 06:37:29 -04:00
Rafael Aguiar
a6e2f15122 minor phrasing fix on challenge constraints 2015-07-24 17:22:17 -03:00
mrb00l34n
e8de164d9d Fixed pull request changes 2015-07-22 11:31:38 -04: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
6509ffbde6 Moved reverse words challenge to staging area for further development. 2015-07-22 04:33:23 -04:00
Donne Martin
de88fd3508 Moved binary tree challenge to staging area for further development. 2015-07-22 04:32:06 -04:00
Donne Martin
384928150a Merge pull request #25 from mag6367/master
new challenge: reverse_words and binary search tree
2015-07-22 04:25:39 -04:00
Donne Martin
a488de0787 Added Staging README. 2015-07-22 04:18:48 -04:00
Donne Martin
e61334f986 Fixed #24: Added a staging area to place challenges under development. 2015-07-22 04:12:48 -04:00
Donne Martin
9c1926e5cd Updated repo description. 2015-07-22 03:56:27 -04:00
Donne Martin
faa37b3b91 Added the dev-setup repo link to the notebook installation section. 2015-07-21 07:36:05 -04:00
mrb00l34n
3370106d36 Coin Change Ways Problem/Solution 2015-07-18 23:21:29 -04:00
mag6367
5aed5ee41f Merge branch 'master' of https://github.com/mag6367/interactive-coding-challenges 2015-07-18 00:57:12 -05:00
mag6367
980eabae68 binary tree implementation 2015-07-18 00:55:33 -05:00
Marco
2576e5cdba Delete .DS_Store 2015-07-18 00:41:25 -05:00
Marco
f8bccf47aa Delete .DS_Store 2015-07-18 00:40:46 -05:00
mag6367
5043e791b5 binary search tree implementation 2015-07-18 00:40:13 -05:00
mag6367
a567898dab new challenge: reverse_words 2015-07-16 10:20:18 -05:00
Donne Martin
502c4d77e4 Updated pull request section of contributing guidelines. 2015-07-15 05:13:32 -04:00
Donne Martin
81457247fd Added more info about upcoming hints. 2015-07-14 07:36:38 -04:00
Donne Martin
0667df9b03 Fixed #21: Partitioning linked list problem: Does not work if item greater than partition value is to the left. 2015-07-14 07:25:17 -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
Donne Martin
265dd8ef5d Merge pull request #20 from jstnlef/fix-merge-sort-tests
Fixed the merge sort tests.
2015-07-14 06:50:14 -04:00
Donne Martin
7826fc45a7 Added note about incremental hints for each challenge notebook, currently under development. 2015-07-14 06:34:44 -04:00
Donne Martin
09d6703b23 Added requirements.txt installation option to README. 2015-07-13 06:53:12 -04:00
Donne Martin
d44f44e9e1 Merge pull request #15 from jstnlef/master
Added a requirements.txt file for ease of installation in a virtualenv
2015-07-13 06:42:57 -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
Justin LeFebvre
202f33e3c7 fixing the requirements based on running 'pip install "ipython[notebook]"' 2015-07-13 00:05:44 -04:00
Donne Martin
f47479a7dc Merge pull request #16 from branch 'jstnlef-reverse-linked-is-n'
* jstnlef-reverse-linked-is-n:
  the Time complexity for reversing a linked list is O(n)
2015-07-12 06:47:55 -04:00
Donne Martin
4fca5d2dff Merge branch 'reverse-linked-is-n' of git://github.com/jstnlef/interactive-coding-challenges into jstnlef-reverse-linked-is-n
* 'reverse-linked-is-n' of git://github.com/jstnlef/interactive-coding-challenges:
  the Time complexity for reversing a linked list is O(n)
2015-07-12 06:46:47 -04:00
Justin LeFebvre
b5c8bcbe6f need to include nose to be able to run the test cases 2015-07-11 22:10:59 -04:00
Justin LeFebvre
fc126f8566 adding a requirements.txt file for ease of installation in a virtualenv 2015-07-11 22:10:58 -04:00