Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshikapandey committed Oct 7, 2023
1 parent 4f1e5bd commit a02697d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/backtracking/Knight's_Tour.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Return : 2d Matrix (Steps of the Knight)
Note: Backtracking approch for Knight's Tour Problem is very slow
hence use smaller number (<8) for fast result
hence use smaller number (<8) for fast resultttttttttttttt
"""

from time import time
Expand Down

0 comments on commit a02697d

Please sign in to comment.