Skip to content

Commit 3fbb36a

Browse files
committed
Add backtracking example (knight's tour)
1 parent 9b2a99b commit 3fbb36a

2 files changed

Lines changed: 756 additions & 0 deletions

File tree

source_code/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ certain subtle points.
3232
1. `word_chains.ipynb`: create word chains out of a list of words so that the first
3333
letter of a word is the same as the last letter of the previous. Search for the
3434
longest chain.
35+
1. `knights_tour.ipynb`: example of using backtracking to solve the knight's tour
36+
problem.

0 commit comments

Comments
 (0)