COMMITS
/ backtracking/knight_tour.py November 25, 2023
M
Fix typo in knight_tour.py (#11173)
MC committed
May 26, 2023
C
Add more ruff rules (#8767)
Christian Clauss committed
October 27, 2022
C
refactor: Indent ... for visual purposes (#7744)
Caeden Perelli-Harris committed
September 7, 2021
C
Pyupgrade to Python 3.9 (#4718)
Christian Clauss committed
December 24, 2020
D
[mypy] Add/fix type annotations for backtracking algorithms (#4055)
Dhruv Manilawala committed
September 23, 2020
C
from __future__ import annotations (#2464)
Christian Clauss committed
June 22, 2020
C
Euler problem 551 sol 1: Reduce McCabe code complexity (#2141)
Christian Clauss committed
June 18, 2020
T
Added (Open) Knight Tour Algorithm (#2132)
Tapajyoti Bose committed