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 |
|
Justin LeFebvre
|
488ae5d091
|
the Time complexity for reversing a linked list is O(n)
|
2015-07-11 21:22:03 -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 |
|
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
|
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 |
|
wdonahoe
|
8ab6a2334a
|
removed duplicate repository
|
2015-07-09 12:30:18 -04:00 |
|
wdonahoe
|
0282c85bd0
|
fixed execution counts
|
2015-07-09 12:28:28 -04:00 |
|
wdonahoe
|
40733239fc
|
fixed execution counts
|
2015-07-09 12:28:02 -04:00 |
|
wdonahoe
|
8734f38408
|
removed my code
|
2015-07-09 11:37:39 -04:00 |
|
wdonahoe
|
c2ec6fe616
|
added alternate solution w/ test
|
2015-07-09 11:29:28 -04:00 |
|
wdonahoe
|
8491eb374b
|
added both solutions w/ test
|
2015-07-09 11:03:36 -04:00 |
|
wdonahoe
|
ca02eb7b30
|
change test class and function names from default
|
2015-07-09 09:17:36 -04:00 |
|
wdonahoe
|
47750576ba
|
removed my code from challenge
|
2015-07-09 09:10:48 -04:00 |
|
wdonahoe
|
7ffe77b236
|
remove wrong file
|
2015-07-09 09:07:28 -04:00 |
|
wdonahoe
|
84ca16fbb5
|
finshed challenge notebook
|
2015-07-09 09:04:37 -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 |
|