We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2a99b commit 3fbb36aCopy full SHA for 3fbb36a
2 files changed
source_code/README.md
@@ -32,3 +32,5 @@ certain subtle points.
32
1. `word_chains.ipynb`: create word chains out of a list of words so that the first
33
letter of a word is the same as the last letter of the previous. Search for the
34
longest chain.
35
+1. `knights_tour.ipynb`: example of using backtracking to solve the knight's tour
36
+ problem.
0 commit comments