Commit Graph

134 Commits

Author SHA1 Message Date
Donne Martin
780b72807c Fixed path between two nodes challenge summary. 2015-08-06 06:10:30 -04:00
Donne Martin
53034144d4 Added binary tree balance check challenge. 2015-08-06 06:09:30 -04:00
Donne Martin
bf4222d6e1 Added tree level lists challenge. 2015-08-05 18:17:27 -04:00
Donne Martin
0c0ea408ee Added min height bst challenge. 2015-08-05 18:16:26 -04:00
Donne Martin
1c5f34eb3e Added graph path exists challenge. 2015-08-05 05:49:41 -04:00
Donne Martin
74d25491ca Tweaked ordering of graph and bst challenges. 2015-08-05 05:47:02 -04:00
Donne Martin
bad87c9f87 Added graph bfs challenge. 2015-08-04 20:02:28 -04:00
Donne Martin
43eb3f84fa Added graph dfs challenge. 2015-08-04 20:01:59 -04:00
Donne Martin
bf0c1e927f Renamed the Graph and Trees section header. 2015-08-04 19:56:50 -04:00
Donne Martin
bf689c438e Tweaked dfs tree challenge description, specifically noting it for trees since a similar graph challenge is coming. 2015-08-04 19:56:20 -04:00
Donne Martin
07ff8c2770 Tweaked bfs tree challenge description, specifically noting it for trees since a similar graph challenge is coming. 2015-08-04 19:55:55 -04:00
Donne Martin
9d05fa12b2 Tweaked graph challenge description. 2015-08-04 19:50:41 -04:00
Donne Martin
92e0318952 Added basic graph implementation challenge. 2015-08-03 06:24:38 -04:00
Donne Martin
9d1a68fb40 Fixed tree height challenge notebook nbviewer link. 2015-08-02 10:54:44 -04:00
Donne Martin
0f55ccf38d Added tree height challenge. 2015-08-02 10:53:35 -04:00
Donne Martin
5df49199b9 Fixed dfs and bfs descriptions as they were swapped in regards to order traversals. 2015-08-02 10:51:31 -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
33cb8826ad Tweaked section ordering. 2015-08-01 07:11: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
d2dbfe7af9 Merge pull request #26 from mrb00l34n/coin-change
Added Coin Change Ways Problem/Solution
2015-07-28 06:37:29 -04: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
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
Donne Martin
81457247fd Added more info about upcoming hints. 2015-07-14 07:36:38 -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
b44cb247b7 Fixed #12. Added a note on how to debug with pdb within the notebooks. 2015-07-11 15:48:41 -04:00
Donne Martin
27c4a4f97c Fixed typo in install instructions. 2015-07-10 09:03:43 -04:00
Donne Martin
3f9e49c028 Fixed #10, added to install instructions for users facing pyzmq issues. 2015-07-10 08:58:59 -04:00
wdonahoe
f703014dec added group_ordered to list 2015-07-09 12:36:32 -04:00
Donne Martin
b651eeb86a Fixed #8, tweaked IPython Notebook install instructions section. 2015-07-09 08:29:13 -04:00
Donne Martin
da84fc598e Tweaked contributions mention in the Future Development section. 2015-07-07 22:41:40 -04:00
Donne Martin
1dd479fe3d Fixed #7, Broken notebook and nose installation anchor links in README.md. 2015-07-07 22:35:28 -04:00
Donne Martin
824f07821d Followup to previous commit (Added note about contributing new solutions), left in an additional asterisk. 2015-07-07 22:31:30 -04:00
Donne Martin
6487559da9 Added note about contributing new solutions. 2015-07-07 22:28:13 -04:00
Donne Martin
e1f7bd3b71 Updated tested versions of Python (2.7 and 3.4) in the future development section. 2015-07-07 22:27:10 -04:00
Ryan McBride
72dd358f8f Fixed typo in Notebooks section 2015-07-07 17:14:01 -07:00
Donne Martin
6810a9e715 Moved contributing section. 2015-07-07 06:56:10 -04:00
Donne Martin
d1c11a2592 Added bit.ly shortcode. 2015-07-07 06:36:37 -04:00
Donne Martin
fd85374e52 Updated Credits links. 2015-07-06 07:27:28 -04:00
Donne Martin
629e533695 Updated Credits section. 2015-07-06 07:20:33 -04:00
Donne Martin
82b0e71d3a Updated Installing and Running Challenges sections. 2015-07-06 07:19:26 -04:00
Donne Martin
b9ecdece1b Reworked Challenges section. 2015-07-06 07:17:31 -04:00
Donne Martin
a95ec4b2d2 Added Future Development and Contributing section. 2015-07-06 07:14:08 -04:00
Donne Martin
2fae05f143 Added Notebook Structure section. 2015-07-06 07:12:48 -04:00