Logo
Explore Help
Register Sign In
algorithm/Python
1
0
Fork 0
You've already forked Python
mirror of https://github.com/TheAlgorithms/Python.git synced 2026-03-13 09:50:19 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
c132d501b61cf4f45dd8e7761d1320acf388d015
Python/backtracking
History
Maxim Smolskiy f9cc25221c Reduce the complexity of backtracking/word_search.py (#8166)
* Lower the --max-complexity threshold in the file .flake8
2023-03-10 15:18:05 +05:30
..
__init__.py
…
all_combinations.py
…
all_permutations.py
…
all_subsequences.py
…
coloring.py
…
combination_sum.py
…
hamiltonian_cycle.py
Remove useless code in doctests (#7733)
2022-10-27 22:52:00 +02:00
knight_tour.py
…
minimax.py
…
minmax.py
…
n_queens_math.py
Make some ruff fixes (#8154)
2023-03-01 17:23:33 +01:00
n_queens.py
…
rat_in_maze.py
clean of unnecessary checks, imports, calls (#7993)
2022-11-21 00:00:27 +13:00
README.md
…
sudoku.py
…
sum_of_subsets.py
Make some ruff fixes (#8154)
2023-03-01 17:23:33 +01:00
word_search.py
Reduce the complexity of backtracking/word_search.py (#8166)
2023-03-10 15:18:05 +05:30

README.md

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 View Git Blame Copy Permalink
Powered by Gitea Version: 1.26.0+dev-132-g60314cb688 Page: 3549ms Template: 10ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API