Sanders Lin
9417091dab
Update sol1.py ( #643 )
...
small off by one error. Boundary condition: if len(number) =13 , we would need to check exactly 1 combination, namely number itself. However for i in range(len(number)-13): will iterate 0 times.
2019-02-13 18:02:32 +08:00
Sanders Lin
60418a6fd7
Create project Euler problem 8 sol2.py ( #644 )
...
intuitive solution using functional programming
2019-02-13 14:55:48 +08:00
Sanders Lin
02155def00
Create project Euler problem 9 sol3.py ( #645 )
2019-02-13 00:40:05 +08:00
Sanders Lin
42d42c3136
Project Euler problem 4 sol 2 small fix ( #632 )
2019-02-11 10:42:43 +08:00
Sanders Lin
dbe3f062ad
Project Euler Problem 14 Solution 2 ( #651 )
2019-02-10 02:00:05 +08:00
Sanders Lin
d689b4b083
Project Euler problem 7 solution 3 ( #642 )
2019-02-10 01:49:57 +08:00
Ethan Vieira
16e95a3de5
p2 sol2 fixed ( #669 )
2019-02-10 00:59:43 +08:00
Sanders Lin
8d4d95099f
Project Euler problem 3 small fix ( #631 )
2019-02-10 00:35:52 +08:00
harshildarji
a0cf8d95cd
Merge branch 'patch-11' of git://github.com/SandersLin/Python into SandersLin-patch-11
2018-12-06 21:38:20 +01:00
harshildarji
d555a492dc
Merge branch 'patch-12' of git://github.com/SandersLin/Python
2018-12-06 21:34:33 +01:00
Sanders Lin
e5f130c1f0
Create sol2.py
2018-12-07 03:28:33 +08:00
Sanders Lin
60ec25ef7a
Update sol1.py
2018-12-07 02:29:04 +08:00
Sanders Lin
77f72fbe1f
Create sol2.py
2018-12-06 23:19:28 +08:00
Sanders Lin
c3b8c51822
Project Euler problem 1 pyhtonic solution ( #628 )
2018-12-05 21:25:46 +08:00
Sanders Lin
362270c19f
Project Euler problem 2 pyhtonic solution ( #629 )
...
* Project Euler problem 2 pyhtonic solution
* Project Euler problem 2 made small changes
2018-12-05 21:25:01 +08:00
Harshil
c7de76deda
Resovle conflicts
2018-10-24 20:12:10 +02:00
Alex Brown
ea2ddaaf6a
all valid python 3
2018-10-20 14:45:08 -05:00
Alex Brown
b566055e4b
Merge branch 'master' of https://github.com/TheAlgorithms/Python
2018-10-20 14:15:21 -05:00
Alex Brown
91fccecb56
snake_case all the things
2018-10-19 17:14:25 -05:00
Alex Brown
564179a0ec
increment 1
2018-10-19 07:48:28 -05:00