cclauss
5b86928c4b
Use ==/!= to compare str, bytes, and int literals ( #767 )
...
* Travis CI: Add more flake8 tests
* Use ==/!= to compare str, bytes, and int literals
./project_euler/problem_17/sol1.py:25:7: F632 use ==/!= to compare str, bytes, and int literals
if i%100 is not 0:
^
* Use ==/!= to compare str, bytes, and int literals
* Update sol1.py
2019-05-16 19:26:46 +08:00
yolstatrisch
7b89d03dd7
Added an O(1) solution to problem 002 ( #776 )
...
* Added an O(1) solution to problem 002
* Removed comments from sol3.py that were accidentally added to sol4.py
2019-05-02 00:44:21 +08:00
Sanders Lin
a91f0e7ca0
Updated Euler problem 21 sol1.py
2019-04-19 21:30:40 +05:30
Sanders Lin
74e94ab5e2
Create project Euler problem 25 sol2.py ( #658 )
2019-02-21 00:57:48 +08:00
Sanders Lin
3c8036432c
Project Euler problem 6 solution 3 ( #640 )
2019-02-14 12:08:21 +08:00
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