mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-05-31 20:37:15 +00:00
Backtracking
Backtracking is a way to speed up the search process by removing candidates when they can't be the solution of a problem.
Backtracking is a way to speed up the search process by removing candidates when they can't be the solution of a problem.