mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
b90ec30398
* Create combination_sum.py * Update DIRECTORY.md * Adds doctests Co-authored-by: Christian Clauss <cclauss@me.com> * Update combination_sum.py * Update combination_sum.py Co-authored-by: Christian Clauss <cclauss@me.com>
Backtracking
Backtracking is a way to speed up the search process by removing candidates when they can't be the solution of a problem.