Commit Graph

  • 72e133a96c Reworked bst unit tests. Donne Martin 2015-08-04 19:33:42 -04:00
  • 9dc4116256 Revised constraints and algorithm. Added comment denoting key/value for each dictionary in the code section. Donne Martin 2015-08-04 08:09:16 -04:00
  • 91dc014573 Added enum34, which is a better way to create enums in Python 3.4. Package enum34 brings this capability to previous versions of Python. Donne Martin 2015-08-03 06:25:34 -04:00
  • 92e0318952 Added basic graph implementation challenge. Donne Martin 2015-08-03 06:24:38 -04:00
  • 9d1a68fb40 Fixed tree height challenge notebook nbviewer link. Donne Martin 2015-08-02 10:54:44 -04:00
  • 0f55ccf38d Added tree height challenge. Donne Martin 2015-08-02 10:53:35 -04:00
  • 5df49199b9 Fixed dfs and bfs descriptions as they were swapped in regards to order traversals. Donne Martin 2015-08-02 10:51:31 -04:00
  • 13d08b80fd Simpilfied depth first search challenge. Donne Martin 2015-08-01 17:48:52 -04:00
  • 332230c3a1 Simpilfied breadth first search challenge. Donne Martin 2015-08-01 17:48:12 -04:00
  • 31058abf3a Simpilfied bst challenge. Donne Martin 2015-08-01 17:44:14 -04:00
  • e55c7ee1c6 Revised dfs challenge to be more self contained for simplicity. Donne Martin 2015-08-01 16:47:41 -04:00
  • 69f68287e3 Revised bfs challenge to be more self contained for simplicity. Donne Martin 2015-08-01 16:47:29 -04:00
  • a0b6421f79 Removing bst implementation, tree challenges will be more independent for simplicity. Donne Martin 2015-08-01 16:46:40 -04:00
  • 4fc25a0a98 Updated solution notebook nbviewer link. Donne Martin 2015-08-01 09:41:28 -04:00
  • bf5f54dc7b Updated solution notebook nbviewer link. Donne Martin 2015-08-01 09:41:01 -04:00
  • f672839f7d Updated solution notebook nbviewer link. Donne Martin 2015-08-01 09:40:35 -04:00
  • 595d905481 Updated template challenge notebook links to solution notebooks. Donne Martin 2015-08-01 09:39:57 -04:00
  • 11f94f9ba8 Removed mention of queue as those are potential hints in solving the problem. Donne Martin 2015-08-01 09:31:52 -04:00
  • a20ac9cdf0 Added binary search tree, tree breadth first search, and tree depth first search challenges. Donne Martin 2015-08-01 09:27:53 -04:00
  • a6cc0f266c Added tree depth first search challenge. Donne Martin 2015-08-01 09:26:28 -04:00
  • 884d8aca80 Added tree breadth first search challenge. Donne Martin 2015-08-01 09:26:03 -04:00
  • a6c7f71379 Added binary search tree challenge. Donne Martin 2015-08-01 09:25:14 -04:00
  • 757eca26f1 Added unit testing utility to redirect print output to help validate some functions. Donne Martin 2015-08-01 09:24:19 -04:00
  • 33cb8826ad Tweaked section ordering. Donne Martin 2015-08-01 07:11:53 -04:00
  • 62e54233c6 Tweaked template notebooks. Donne Martin 2015-07-31 18:48:53 -04:00
  • 691fba5ff9 Fixed coin change nbviewer URLs. Donne Martin 2015-07-28 06:49:34 -04:00
  • cbe280c00a Fixed coin change nbviewer URLs. Donne Martin 2015-07-28 06:45:51 -04:00
  • bc02323fb7 Removed shortlink. Donne Martin 2015-07-28 06:44:51 -04:00
  • 9a3bf24150 Merge pull request #28 from rafadaguiar/master Donne Martin 2015-07-28 06:39:03 -04:00
  • d2dbfe7af9 Merge pull request #26 from mrb00l34n/coin-change Donne Martin 2015-07-28 06:37:29 -04:00
  • a6e2f15122 minor phrasing fix on challenge constraints Rafael Aguiar 2015-07-24 17:22:17 -03:00
  • e8de164d9d Fixed pull request changes mrb00l34n 2015-07-22 11:31:38 -04:00
  • b89c714448 Moved group_ordered challenge to staging area for further development. Donne Martin 2015-07-22 04:38:37 -04:00
  • ec00ca65a1 Merge pull request #9 from wdonahoe/master Donne Martin 2015-07-22 04:35:12 -04:00
  • 6509ffbde6 Moved reverse words challenge to staging area for further development. Donne Martin 2015-07-22 04:33:23 -04:00
  • de88fd3508 Moved binary tree challenge to staging area for further development. Donne Martin 2015-07-22 04:32:06 -04:00
  • 384928150a Merge pull request #25 from mag6367/master Donne Martin 2015-07-22 04:25:39 -04:00
  • a488de0787 Added Staging README. Donne Martin 2015-07-22 04:18:48 -04:00
  • e61334f986 Fixed #24: Added a staging area to place challenges under development. Donne Martin 2015-07-22 04:12:48 -04:00
  • 9c1926e5cd Updated repo description. Donne Martin 2015-07-22 03:56:27 -04:00
  • faa37b3b91 Added the dev-setup repo link to the notebook installation section. Donne Martin 2015-07-21 07:36:05 -04:00
  • 3370106d36 Coin Change Ways Problem/Solution mrb00l34n 2015-07-18 23:21:29 -04:00
  • 5aed5ee41f Merge branch 'master' of https://github.com/mag6367/interactive-coding-challenges mag6367 2015-07-18 00:57:12 -05:00
  • 980eabae68 binary tree implementation mag6367 2015-07-18 00:55:33 -05:00
  • 2576e5cdba Delete .DS_Store Marco 2015-07-18 00:41:25 -05:00
  • f8bccf47aa Delete .DS_Store Marco 2015-07-18 00:40:46 -05:00
  • 5043e791b5 binary search tree implementation mag6367 2015-07-18 00:40:13 -05:00
  • a567898dab new challenge: reverse_words mag6367 2015-07-16 10:20:18 -05:00
  • 502c4d77e4 Updated pull request section of contributing guidelines. Donne Martin 2015-07-15 05:13:32 -04:00
  • 81457247fd Added more info about upcoming hints. Donne Martin 2015-07-14 07:36:38 -04:00
  • 0667df9b03 Fixed #21: Partitioning linked list problem: Does not work if item greater than partition value is to the left. Donne Martin 2015-07-14 07:25:17 -04:00
  • 35e6cc13d8 Merge branch 'master' of https://github.com/donnemartin/interactive-coding-challenges Donne Martin 2015-07-14 06:51:20 -04:00
  • 1d763fd142 Fixed #23: Quicksort unit tests aren't correctly testing the returned value from quick_sort. Donne Martin 2015-07-14 06:50:54 -04:00
  • 265dd8ef5d Merge pull request #20 from jstnlef/fix-merge-sort-tests Donne Martin 2015-07-14 06:50:14 -04:00
  • 7826fc45a7 Added note about incremental hints for each challenge notebook, currently under development. Donne Martin 2015-07-14 06:34:44 -04:00
  • 09d6703b23 Added requirements.txt installation option to README. Donne Martin 2015-07-13 06:53:12 -04:00
  • d44f44e9e1 Merge pull request #15 from jstnlef/master Donne Martin 2015-07-13 06:42:57 -04:00
  • e78657f4a4 the 'Two or more elements' test doesn't actually test if the list was sorted properly Justin LeFebvre 2015-07-13 00:33:07 -04:00
  • 202f33e3c7 fixing the requirements based on running 'pip install "ipython[notebook]"' Justin LeFebvre 2015-07-12 21:49:20 -04:00
  • f47479a7dc Merge pull request #16 from branch 'jstnlef-reverse-linked-is-n' Donne Martin 2015-07-12 06:47:55 -04:00
  • 4fca5d2dff Merge branch 'reverse-linked-is-n' of git://github.com/jstnlef/interactive-coding-challenges into jstnlef-reverse-linked-is-n Donne Martin 2015-07-12 06:46:47 -04:00
  • b5c8bcbe6f need to include nose to be able to run the test cases Justin LeFebvre 2015-07-11 17:05:45 -04:00
  • fc126f8566 adding a requirements.txt file for ease of installation in a virtualenv Justin LeFebvre 2015-07-11 16:55:01 -04:00
  • 488ae5d091 the Time complexity for reversing a linked list is O(n) Justin LeFebvre 2015-07-11 21:07:17 -04:00
  • b44cb247b7 Fixed #12. Added a note on how to debug with pdb within the notebooks. Donne Martin 2015-07-11 15:48:41 -04:00
  • 4d6071c3fb Tweaked style guide. Donne Martin 2015-07-11 15:45:51 -04:00
  • 3712839cc9 Fix #13, PEP8-ify notebooks. Donne Martin 2015-07-11 15:39:59 -04:00
  • 4566d1a803 Fix #13, PEP8-ify notebooks. Donne Martin 2015-07-11 15:35:34 -04:00
  • 235b6c5abe Fix #13, PEP8-ify notebooks. Donne Martin 2015-07-11 15:35:22 -04:00
  • 03f04fbc4c Fix #13, PEP8-ify notebooks. Donne Martin 2015-07-11 15:35:12 -04:00
  • 04083b2011 Fix #13, PEP8-ify notebooks. Donne Martin 2015-07-11 15:34:52 -04:00
  • 374d67ff30 Fix #13, PEP8-ify notebooks. Donne Martin 2015-07-11 15:34:14 -04:00
  • 91b021f4b5 reverted files wdonahoe 2015-07-11 11:07:15 -04:00
  • f45be890af fixed problems, new pull wdonahoe 2015-07-11 10:45:08 -04:00
  • b4476d3f77 fixed problems, new pull wdonahoe 2015-07-11 10:43:28 -04:00
  • 27c4a4f97c Fixed typo in install instructions. Donne Martin 2015-07-10 09:03:43 -04:00
  • 3f9e49c028 Fixed #10, added to install instructions for users facing pyzmq issues. Donne Martin 2015-07-10 08:58:59 -04:00
  • f703014dec added group_ordered to list wdonahoe 2015-07-09 12:36:32 -04:00
  • 8ab6a2334a removed duplicate repository wdonahoe 2015-07-09 12:30:18 -04:00
  • 0282c85bd0 fixed execution counts wdonahoe 2015-07-09 12:28:28 -04:00
  • 40733239fc fixed execution counts wdonahoe 2015-07-09 12:28:02 -04:00
  • 8734f38408 removed my code wdonahoe 2015-07-09 11:37:39 -04:00
  • c2ec6fe616 added alternate solution w/ test wdonahoe 2015-07-09 11:29:28 -04:00
  • 8491eb374b added both solutions w/ test wdonahoe 2015-07-09 11:03:36 -04:00
  • ca02eb7b30 change test class and function names from default wdonahoe 2015-07-09 09:17:36 -04:00
  • 47750576ba removed my code from challenge wdonahoe 2015-07-09 09:10:48 -04:00
  • 7ffe77b236 remove wrong file wdonahoe 2015-07-09 09:07:28 -04:00
  • 84ca16fbb5 finshed challenge notebook wdonahoe 2015-07-09 09:04:37 -04:00
  • b651eeb86a Fixed #8, tweaked IPython Notebook install instructions section. Donne Martin 2015-07-09 08:29:13 -04:00
  • da84fc598e Tweaked contributions mention in the Future Development section. Donne Martin 2015-07-07 22:41:40 -04:00
  • 1dd479fe3d Fixed #7, Broken notebook and nose installation anchor links in README.md. Donne Martin 2015-07-07 22:35:28 -04:00
  • 824f07821d Followup to previous commit (Added note about contributing new solutions), left in an additional asterisk. Donne Martin 2015-07-07 22:31:30 -04:00
  • 6487559da9 Added note about contributing new solutions. Donne Martin 2015-07-07 22:28:13 -04:00
  • e1f7bd3b71 Updated tested versions of Python (2.7 and 3.4) in the future development section. Donne Martin 2015-07-07 22:27:10 -04:00
  • bec8734aa8 Merge pull request #6 from Ryan-McBride/patch-1 Donne Martin 2015-07-07 22:17:00 -04:00
  • 910af2864f Merge pull request #5 from harshays/master Donne Martin 2015-07-07 22:12:41 -04:00
  • 72dd358f8f Fixed typo in Notebooks section Ryan McBride 2015-07-07 17:14:01 -07:00
  • 93720930e9 Fibonacci bug fix Harshay 2015-07-07 18:56:21 -05:00
  • a4e270eb37 Fixed broken links in contributing guide. Fixes #4. Donne Martin 2015-07-07 17:33:43 -04:00
  • 44b73e3367 Tweaked compress challenge to make it more explicit that you should only compress a string if it saves space. Fixes #2. Donne Martin 2015-07-07 17:15:18 -04:00