mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-10 14:23:43 +08:00
Add README files 1/7 (#5754)
* Added 5 README files * corrected arithmetic_analysis README * Update audio_filters/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update backtracking/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update bit_manipulation/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> Co-authored-by: John Law <johnlaw.po@gmail.com>
This commit is contained in:
8
backtracking/README.md
Normal file
8
backtracking/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Backtracking
|
||||
|
||||
Backtracking is a way to speed up the search process by removing candidates when they can't be the solution of a problem.
|
||||
|
||||
* <https://en.wikipedia.org/wiki/Backtracking>
|
||||
* <https://en.wikipedia.org/wiki/Decision_tree_pruning>
|
||||
* <https://medium.com/@priyankmistry1999/backtracking-sudoku-6e4439e4825c>
|
||||
* <https://www.geeksforgeeks.org/sudoku-backtracking-7/>
|
Reference in New Issue
Block a user