Commit Graph

9 Commits

Author SHA1 Message Date
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
a7fc172004 Update stack min challenge test cases (#109) 2016-10-29 09:08:32 -04:00
Donne Martin
a9d18bdcc0 Fix notebook credits to render properly on nbviewer (#94) 2016-07-31 08:11:18 -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
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
fac7bbb1be Tweaked constraints section discussion. 2015-07-06 06:03:09 -04:00
Donne Martin
78dadf9e45 Updated repo name. 2015-07-05 07:59:00 -04:00
Donne Martin
8434c7d9f9 Added stack min challenge. 2015-07-02 23:06:09 -04:00