Donne Martin
|
7d66cf1a6f
|
Add missing __init__.py files (#147)
|
2017-02-11 21:41:21 -05:00 |
|
Donne Martin
|
2399eb60d3
|
Update stack min challenge (#128)
Rename variable min_vals to stack_of_mins to improve clarity.
Rename method min to minimum to avoid using the same name as the built-in min.
|
2016-12-08 05:32:13 -05:00 |
|
Donne Martin
|
2d651a6eca
|
Update queue from stacks challenge (#111)
Update test cases and __init__ method.
|
2016-10-29 09:13:02 -04:00 |
|
Donne Martin
|
12b58ccf9b
|
Update set of stacks challenge solution (#110)
Add is_empty() method, remove extra linebreak.
|
2016-10-29 09:10:32 -04:00 |
|
Donne Martin
|
a7fc172004
|
Update stack min challenge test cases (#109)
|
2016-10-29 09:08:32 -04:00 |
|
Donne Martin
|
0bf56834c0
|
Update stack min challenge (#108)
Updates constraints and solution.
|
2016-10-26 07:57:51 -04:00 |
|
Donne Martin
|
a9d18bdcc0
|
Fix notebook credits to render properly on nbviewer (#94)
|
2016-07-31 08:11:18 -04:00 |
|
Donne Martin
|
c7e9a85db7
|
Polish queue from stacks challenge and solution (#74)
Update constraints, algorithm discussion, and code.
|
2016-06-23 05:55:15 -04:00 |
|
Donne Martin
|
7f338b0e64
|
Polish set of stacks challenge and solution (#73)
Update constraints, algorithm discussion, and code.
|
2016-06-21 05:30:14 -04:00 |
|
Donne Martin
|
e71b280082
|
Polish stack min challenge and solution (#72)
Update constraints, algorithm discussion, code, and tests.
|
2016-06-20 06:54:08 -04:00 |
|
Donne Martin
|
98ad50edaf
|
Update constraints for n stacks challenge and solution (#71)
|
2016-06-19 21:00:44 -04:00 |
|
Donne Martin
|
0d20ff5931
|
Polish queue challenge and solution (#70)
Update constraints, algorithm discussion, and code.
|
2016-06-19 20:08:26 -04:00 |
|
Donne Martin
|
4cdb85e22d
|
Polish stack challenge and solution (#69)
Update constraints and code.
|
2016-06-19 20:02:53 -04:00 |
|
Donne Martin
|
031f3233a9
|
Update sort stack challenge unit test
|
2016-02-23 07:10:18 -05:00 |
|
Donne Martin
|
2b92f51a4e
|
Polish set of stacks challenge
|
2016-02-23 06:13:05 -05:00 |
|
Donne Martin
|
ba14cb0417
|
Add intermediate sort stack solution and test
|
2016-02-23 06:12:45 -05:00 |
|
Donne Martin
|
d9b2d7144e
|
Polish set of stacks solution
|
2016-02-21 16:21:37 -05:00 |
|
Donne Martin
|
7222f71f59
|
Polish queue list solution
|
2016-02-21 16:21:05 -05:00 |
|
Donne Martin
|
76da9ec98d
|
Polish n stacks solution
|
2016-02-21 16:20:29 -05:00 |
|
Donne Martin
|
7a166bed67
|
Polish stack solution.
|
2016-02-20 08:11:49 -05:00 |
|
Rafael Aguiar
|
95c1870d02
|
minor phrasing fix
|
2015-08-16 11:13:03 -03:00 |
|
Donne Martin
|
db0dfc66a8
|
Moved Hanoi challenge from stacks_queues to recursion_dynamic.
|
2015-08-09 07:20:49 -04:00 |
|
Donne Martin
|
3712839cc9
|
Fix #13, PEP8-ify notebooks.
|
2015-07-11 15:39:59 -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
|
45fa576bc2
|
Changed xrange to range to be compatible with Python 3.
|
2015-07-06 06:15:53 -04:00 |
|
Donne Martin
|
fac7bbb1be
|
Tweaked constraints section discussion.
|
2015-07-06 06:03:09 -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
|
47e6a23dde
|
Changed discussions of NULL to None to be more Pythonic.
|
2015-07-06 05:44:06 -04:00 |
|
Donne Martin
|
78dadf9e45
|
Updated repo name.
|
2015-07-05 07:59:00 -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 |
|
Donne Martin
|
88eb5a9895
|
Added hanoi challenge.
|
2015-07-02 23:03:04 -04:00 |
|
Donne Martin
|
421ee349fd
|
Removed tests folder in challenge category, tests are now in each challenge folder.
|
2015-07-01 07:04:31 -04:00 |
|
Donne Martin
|
0e6419e365
|
Added stack sorting challenge.
|
2015-07-01 06:48:27 -04:00 |
|
Donne Martin
|
5fac1440b2
|
Appended _solution to current notebooks to prepare for challenge and solution notebooks.
|
2015-06-30 06:33:23 -04:00 |
|
Donne Martin
|
e5fde7ea8c
|
Fixed Constraints section label and link anchor.
|
2015-06-30 05:55:58 -04:00 |
|
Donne Martin
|
af0c029696
|
Renamed section Constraints and Assumptions to Constraints.
|
2015-06-28 07:13:27 -04:00 |
|
Donne Martin
|
b55d187641
|
Restructured packages.
|
2015-06-28 07:08:37 -04:00 |
|
Donne Martin
|
7573730e39
|
Renamed top-level folders to use underscores instead of dashes.
|
2015-06-28 06:39:24 -04:00 |
|