mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-02 12:58:39 +00:00
* [ADD] Test cases for all_combinations * [DEL] documentation reverted b/c redundant * Update all_combinations.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.