This website requires JavaScript.
Explore
Help
Sign In
OpenSoure_Repos
/
TheAlgorithms-Python
Watch
1
Star
0
Fork
0
You've already forked TheAlgorithms-Python
mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced
2023-10-11 13:06:12 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
TheAlgorithms-Python
/
backtracking
History
Christian Clauss
28419cf839
pyupgrade --py37-plus **/*.py (
#1654
)
...
* pyupgrade --py37-plus **/*.py * fixup! Format Python code with psf/black push
2020-01-03 22:25:36 +08:00
..
all_combinations.py
pyupgrade --py37-plus **/*.py (
#1654
)
2020-01-03 22:25:36 +08:00
all_permutations.py
Fix indentation contains tabs (flake8 E101,W191) (
#1573
)
2019-11-15 23:05:00 -08:00
all_subsequences.py
Fix indentation contains tabs (flake8 E101,W191) (
#1573
)
2019-11-15 23:05:00 -08:00
minimax.py
psf/black code formatting (
#1277
)
2019-10-05 10:14:13 +05:00
n_queens.py
psf/black code formatting (
#1277
)
2019-10-05 10:14:13 +05:00
sudoku.py
Simplify sudoku.is_completed() using builtin all() (
#1608
)
2019-12-08 22:42:17 +01:00
sum_of_subsets.py
Fix indentation contains tabs (flake8 E101,W191) (
#1573
)
2019-11-15 23:05:00 -08:00