mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
f9cc25221c
* Lower the --max-complexity threshold in the file .flake8
Backtracking
Backtracking is a way to speed up the search process by removing candidates when they can't be the solution of a problem.