COMMITS
/ backtracking/sum_of_subsets.py May 22, 2025
M
Add tests and cleanup sum_of_subsets algorithm (#12746)
Mindaugas committed
March 13, 2024
P
[pre-commit.ci] pre-commit autoupdate (#11322)
pre-commit-ci[bot] committed
March 1, 2023
C
Make some ruff fixes (#8154)
Christian Clauss committed
October 13, 2022
C
Add flake8 pluin flake8 bugbear to pre-commit (#7132)
Caeden committed
September 7, 2021
C
Pyupgrade to Python 3.9 (#4718)
Christian Clauss committed
November 29, 2020
J
Fix mypy in #2684 (#3987)
John Law committed
J
Add static typing to backtracking algorithms (#2684)
Jenia Dysin committed
September 10, 2020
D
Optimized recursive_bubble_sort (#2410)
Du Yuanchao committed
June 16, 2020
C
Set the Python file maximum line length to 88 characters (#2122)
Christian Clauss committed
November 16, 2019
C
Fix indentation contains tabs (flake8 E101,W191) (#1573)
Christian Clauss committed
October 5, 2019
W
psf/black code formatting (#1277)
William Zhang committed
July 5, 2019
H
#945 Backtracking Algorithms (#953)
Hetal Kuvadia committed