Commit Graph
100 Commits
Author SHA1 Message Date
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
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 4d6071c3fb Tweaked style guide. 2015-07-11 15:45:51 -04:00
Donne Martin 3712839cc9 Fix #13, PEP8-ify notebooks. 2015-07-11 15:39:59 -04:00
Donne Martin 4566d1a803 Fix #13, PEP8-ify notebooks. 2015-07-11 15:35:34 -04:00
Donne Martin 235b6c5abe Fix #13, PEP8-ify notebooks. 2015-07-11 15:35:22 -04:00
Donne Martin 03f04fbc4c Fix #13, PEP8-ify notebooks. 2015-07-11 15:35:12 -04:00
Donne Martin 04083b2011 Fix #13, PEP8-ify notebooks. 2015-07-11 15:34:52 -04:00
Donne Martin 374d67ff30 Fix #13, PEP8-ify notebooks. 2015-07-11 15:34:14 -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
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
Donne Martin bec8734aa8 Merge pull request #6 from Ryan-McBride/patch-1
Fixed typo in Notebooks section
2015-07-07 22:17:00 -04:00
Donne Martin 910af2864f Merge pull request #5 from harshays/master
Fixed Fibonacci bug, #1
2015-07-07 22:12:41 -04:00
Donne Martin a4e270eb37 Fixed broken links in contributing guide. Fixes #4. 2015-07-07 17:33:43 -04:00
Donne Martin 44b73e3367 Tweaked compress challenge to make it more explicit that you should only compress a string if it saves space. Fixes #2. 2015-07-07 17:15:18 -04: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
Donne Martin c5328d6333 Added challenge solutions animation. 2015-07-06 07:11:40 -04:00
Donne Martin 869142eede Reworked repo intro discussion. 2015-07-06 07:10:50 -04:00
Donne Martin 25aceaa6e6 Replaced repo animation with demo of challenge notebook. 2015-07-06 07:10:06 -04:00
Donne Martin 5338e59a43 Fixed Python2 vs Python3 division compatibility. 2015-07-06 07:06:50 -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 b57ca00bb2 Changed sys.maxint to sys.maxsize for Python 3 compatibility. 2015-07-06 06:35:46 -04:00
Donne Martin 73924c279a Removed bytearray solution, needs some tweaks to make it work with Python 3. 2015-07-06 06:30:00 -04:00
Donne Martin fac7bbb1be Tweaked constraints section discussion. 2015-07-06 06:03:09 -04:00
Donne Martin d236679338 Added repo animations. 2015-07-06 05:50:22 -04:00
Donne Martin bb1bad1cc7 Cleared queue challenge code section. Changed references from NULL to None to be more Pythonic. 2015-07-06 05:47:40 -04:00
Donne Martin 8aa4f25354 Tweaked quick sort challenge python code section discussion. 2015-07-06 05:46:47 -04:00
Donne Martin 84ab643587 Tweaked fibonacci algorithm discussion. 2015-07-06 05:46:12 -04:00
Donne Martin d4a2300ea0 Tweaked utopian tree algorithm discussion, cleared challenge code section. 2015-07-06 05:45:44 -04:00
Donne Martin 3061020cc1 Tweaked remove duplicates challenge algorithm discussion. 2015-07-06 05:45:09 -04:00
Donne Martin 8403fe5032 Tweaked palindrome challenge algorithm discussion. 2015-07-06 05:44:35 -04:00
Donne Martin 47e6a23dde Changed discussions of NULL to None to be more Pythonic. 2015-07-06 05:44:06 -04:00
Donne Martin 29685c7b35 tweaked linked list challenge algorithm discussion. 2015-07-05 16:52:03 -04:00
Donne Martin 63bf44efac Tweaked kth to last element challenge algorithm description. 2015-07-05 16:50:16 -04:00
Donne Martin 55c40e91a5 Tweaked find loop start challenge test cases and algorith discussion. 2015-07-05 16:49:37 -04:00
Donne Martin 20d5a6d12b Tweaked delete mid challenge algorithm discussion. 2015-07-05 16:48:46 -04:00
Donne Martin 0adf6c4be0 Tweaked add reverse challenge. 2015-07-05 09:48:05 -04:00
Donne Martin e75e128aa5 Removed replace char challenge, needs some more work to translate this classic problem to python. 2015-07-05 09:29:42 -04:00
Donne Martin f7f9160ba4 Tweaked replace char challenge problem statement and contraints. 2015-07-05 09:27:11 -04:00
Donne Martin f824de0807 Tweaked unique chars challenge algorithm discussion. 2015-07-05 09:24:33 -04:00
Donne Martin ea02d83d09 Tweaked rotation challenge algorithm discussion. 2015-07-05 09:12:43 -04:00
Donne Martin a1990f2298 Tweaked reverse challenge code solution. 2015-07-05 09:10:22 -04:00
Donne Martin 11bd2e9768 Tweaked permutations challenge algorithm discussion. 2015-07-05 09:03:19 -04:00
Donne Martin d4d7c29c9d Tweaked compress challenge. 2015-07-05 08:54:49 -04:00
Donne Martin 4f5b441b5a Tweaked unique chars test cases section to be more consistent with other notebooks. 2015-07-05 08:31:41 -04:00
Donne Martin 08c57f3774 Fixed solution notebook link to unique chars challenge. 2015-07-05 08:30:45 -04:00
Donne Martin 42ada56101 Added solution notebook link to unique chars challenge. 2015-07-05 08:22:29 -04:00
Donne Martin 78dadf9e45 Updated repo name. 2015-07-05 07:59:00 -04:00
Donne Martin c1faf5e680 Set solution to blank for unique chars challenge. 2015-07-05 07:56:28 -04:00
Donne Martin 0923fa3d1c Updated repo name. 2015-07-05 07:49:33 -04:00
Donne Martin 306805e376 Tweaked linked list and array image dimensions. 2015-07-05 07:41:10 -04:00
Donne Martin ca1928b8d5 Tweaked linked list and online judge image dimensions. 2015-07-05 07:35:07 -04:00
Donne Martin cf96533274 Added repo section images. 2015-07-05 07:29:52 -04:00
Donne Martin fbf544de9a Adjust binary tree image height. 2015-07-05 07:05:00 -04:00
Donne Martin d4ca2f946a Added binary tree image from wikipedia. 2015-07-05 07:02:34 -04:00
Donne Martin 7f389da039 Reworked contributing page. 2015-07-03 20:10:59 -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 08e884c9f7 Tweaked fibonacci challenge. 2015-07-03 20:07:07 -04:00
Donne Martin b999898ca1 Tweaked palindrome challenge. 2015-07-03 20:06:33 -04:00
Donne Martin 921574fd4f Tweaked add reverse solution. 2015-07-03 20:06:13 -04:00
Donne Martin 888d3bb772 Tweaked rotation challenge. 2015-07-03 19:57:56 -04:00
Donne Martin 8ac0bd3f69 Added unique chars challenge. 2015-07-03 19:57:24 -04:00
Donne Martin 73ec41e427 Added reverse string challenge. 2015-07-03 19:57:09 -04:00
Donne Martin ac42b882bb Added replace char challenge. 2015-07-03 19:56:54 -04:00
Donne Martin fb7de503af Added permutation challenge. 2015-07-03 19:56:38 -04:00
Donne Martin 0f34948626 Added hash map challenge. 2015-07-03 19:56:11 -04:00
Donne Martin 8b9a1473ea Added compress challenge. 2015-07-03 19:55:56 -04:00
Donne Martin 0c5266a6ad Renamed HackerRank and TopCoder section to Online Judges. 2015-07-02 23:38:55 -04:00
Donne Martin 3e8632a3ff Renamed HackerRank and TopCoder section to Online Judges. 2015-07-02 23:38:18 -04:00
Donne Martin d253a4929a Added remove duplicates challenge. 2015-07-02 23:11:54 -04:00
Donne Martin c16f25e5f3 Added partition challenge. 2015-07-02 23:11:35 -04:00
Donne Martin d79ee29ec8 Added linked list challenge. 2015-07-02 23:10:55 -04:00
Donne Martin f530111970 Added kth to last element challenge. 2015-07-02 23:10:31 -04:00
Donne Martin 836749c98e Added find loop start challenge. 2015-07-02 23:10:09 -04:00
Donne Martin 4c2c1d4391 Added delete mid challenge. 2015-07-02 23:09:53 -04:00
Donne Martin 001cab5697 Polish sort stack challenge. 2015-07-02 23:07:55 -04:00
Donne Martin ba48e81bda Added stack challenge. 2015-07-02 23:06:52 -04:00
Donne Martin 8434c7d9f9 Added stack min challenge. 2015-07-02 23:06:09 -04:00
Donne Martin 9d5ef57818 Added set of stacks challenge. 2015-07-02 23:05:48 -04:00
Donne Martin 1d9e3ad495 Added queue challenge. 2015-07-02 23:05:10 -04:00
Donne Martin 861d7bd25b Added queue from stacks challenge. 2015-07-02 23:04:46 -04:00
Donne Martin adf539cdfe Added n-stacks challenge. 2015-07-02 23:04:15 -04:00