Problem 96. Knight's Tour Checker
Solution Stats
Problem Comments
-
4 Comments
Show
1 older comment
James
on 15 Jun 2012
I think several of the solutions to this problem would return a false positive on the vector [1 0 0 2].
Jean-Marie Sainthillier
on 9 Aug 2012
I like this problem and I like chess.
BluePoseidon1643
on 20 Dec 2016
Fantastic problem since it offers introductions to graph theory, specifically Hamiltonian path problems, time complexity, neural network solutions, and Warnsdorf's Rule. Thanks
Sanzhar Askaruly
on 9 Aug 2019
easier than I expected
Solution Comments
-
1 Comment
士元 梁
on 25 Jul 2022
quite interesting
-
1 Comment
Hao li
on 26 May 2016
nice solution!
-
3 Comments
Carl Witthoft
on 1 Dec 2015
wtf?
Jan Orwat
on 2 Dec 2015
1774||ggl.it :)
Alfonso Nieto-Castanon
on 2 Dec 2015
interestingly, 1774-ggl == leet-ssh
-
1 Comment
Ted
on 5 Oct 2013
should change the test suite to also include moves of 1,1 or 2,2 which this solution would not prevent...
-
1 Comment
Nigel Davies
on 7 Aug 2012
Why bother?
Problem Recent Solvers1028
Suggested Problems
-
1941 Solvers
-
7191 Solvers
-
16563 Solvers
-
467 Solvers
-
411 Solvers
More from this Author96
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!