COMMITS
/ DIRECTORY.md October 29, 2020
D
Balanced parentheses (#3768)
Du Yuanchao committed
P
Add first solution for Project Euler Problem 207 (#3522)
PetitNigaud committed
October 26, 2020
J
Fix Project Euler Readme (#3754)
John Law committed
October 25, 2020
D
Update ceil and floor function (#3710)
Du Yuanchao committed
October 24, 2020
P
Add Project Euler 65 Solution (#3035)
Peter Yao committed
October 21, 2020
C
Pyupgrade to python3.8 (#3616)
Christian Clauss committed
October 18, 2020
J
Add Patience Sort (#3469)
JoaoVictorNascimento committed
C
Fix broken build: Remove trailing spaces (#3501)
Christian Clauss committed
October 17, 2020
C
Fix the build -- 88 chars per line max. (#3437)
Christian Clauss committed
October 15, 2020
C
BROKEN BUILD: Fix a failing precommit test (#3344)
Christian Clauss committed
C
Tighten up quicksort() (#3319)
Christian Clauss committed
C
Revert recent changes to .pre-commit-config.yaml (#3318)
Christian Clauss committed
C
.pre-commit-config.yaml: Disable trailing-whitespace fixer (#3306)
Christian Clauss committed
P
Project Euler 62 Solution (#3029)
Peter Yao committed
October 14, 2020
C
codespell.yml: Remove unused install of flake8 (#3283)
Christian Clauss committed
S
Added binary tree mirror algorithm (#3159)
Susmith98 committed
D
Fix errors in Quantum algorithm (#3273)
Dhruv committed
October 13, 2020
D
Fix Travis CI slow build on Project Euler Solution job (#3262)
Dhruv committed
October 12, 2020
A
Add First Quantum Qiskit Code Tutorial (#3173)
Abhishek Jaisingh committed
K
Update CODEOWNERS to add my preferences (#3233)
Kushagra Bansal committed
C
CONTRIBUTING.md Jupyter files belong in the Jupyter repo. (#3211)
Christian Clauss committed
October 11, 2020
C
CODEOWNERS: Proper spelling of my userid (#3185)
Christian Clauss committed
October 10, 2020
S
Add Project Euler Problem 80 (#2885)
Sandeep Gupta committed
T
feat: added prim's algorithm v2 (#2742)
Tapajyoti Bose committed
T
Added all sub sequence type hints [Hacktober Fest] (#3123)
Tapajyoti Bose committed
October 8, 2020
October 6, 2020
D
Add type hints for "strings" folder (#2882)
Dmytro Litvinov committed
October 5, 2020
I
Add a solution for Project Euler 49 (#2702)
Iqrar Agalosi Nureyza committed
October 4, 2020
R
Create auto_close_empty_issues.yml (#2756)
Richard Wheatley committed
September 30, 2020
C
Travis CI: Remove redundant tests (#2523)
Christian Clauss committed
September 26, 2020
C
Use self-documenting option instead of cryptic option (#2487)
Christian Clauss committed
September 25, 2020
D
Updated singly_linked_list (#2477)
Du Yuanchao committed
September 22, 2020
D
Optimization problem_10 in project_euler (#2453)
Du Yuanchao committed
September 20, 2020
D
Create problem_54 in project Euler (#2451)
Dhruv committed
September 19, 2020
C
hyphen_files = [file for file in filepaths if "-" in file] (#2447)
Christian Clauss committed
September 14, 2020
D
Updated problem_04 in project_euler (#2427)
Du Yuanchao committed
September 13, 2020
D
Updated Stack (#2414)
Du Yuanchao committed
August 21, 2020
D
Optimization and fix bug (#2342)
Du Yuanchao committed
August 16, 2020
D
Update sum_of_digits.py (#2319)
Du Yuanchao committed
August 12, 2020
T
Added Kruskal's Algorithm (more organized than the one present) (#2218)
Tapajyoti Bose committed
August 7, 2020
C
PIL.Image.point() takes an int, not a float (#2284)
Christian Clauss committed
July 14, 2020
C
black matrix_operation.py (#2199)
Christian Clauss committed
July 6, 2020
C
isort --profile black . (#2181)
Christian Clauss committed
July 3, 2020
C
Rename shortest_job_first_algorithm.py to shortest_job_first.py (#2164)
Christian Clauss committed
July 2, 2020
V
black fixes and Travis CI fixes (#2160)
vinayak committed
June 25, 2020
C
Only one carriage return (#2155)
Christian Clauss committed
June 23, 2020
C
Add doctests to radix_sort() (#2148)
Christian Clauss committed
June 17, 2020
N
Implement prefix function, knuth-morris-pratt another usage (#2099)
Nika Losaberidze committed
N
Strongly connected components (#2114)
Nika Losaberidze committed
N
Implement connected components algorithm for graphs (#2113)
Nika Losaberidze committed