Perjalanan kuda: Perbedaan antara revisi
Tampilan
Konten dihapus Konten ditambahkan
k Bot: Perubahan kosmetika |
Rescuing 5 sources and tagging 0 as dead.) #IABot (v2.0.8 |
||
Baris 10: | Baris 10: | ||
== Pranala luar == |
== Pranala luar == |
||
{{Commons category|Knight's Tours}} |
{{Commons category|Knight's Tours}} |
||
* [ |
* [https://web.archive.org/web/20050420054300/http://web.telia.com/~u85905224/knight/eWarnsd.htm Warnsdorff's Rule] and [https://web.archive.org/web/20060504070805/http://web.telia.com/~u85905224/knight/bWarnsd.htm its efficiency] from Warnsdorff's Rule Web Page |
||
* {{cite web |
* {{cite web |
||
|first1=Dan |
|first1=Dan |
||
Baris 35: | Baris 35: | ||
|url=http://junk.kymhorsell.com/knight.html |
|url=http://junk.kymhorsell.com/knight.html |
||
|title=A Simple implementation in standard Prolog |
|title=A Simple implementation in standard Prolog |
||
|access-date=2013-12-06 |
|||
|archive-date=2012-03-09 |
|||
|archive-url=https://web.archive.org/web/20120309014406/http://junk.kymhorsell.com/knight.html |
|||
|dead-url=yes |
|||
}} |
}} |
||
* [http://www.bringhurst.org/2013/03/04/a-simple-recursive-knights-tour-written-in-about-35-lines-of-python.html An implementation in Python] |
* [http://www.bringhurst.org/2013/03/04/a-simple-recursive-knights-tour-written-in-about-35-lines-of-python.html An implementation in Python] |
||
* [http://www.knightstour.co.uk An implementation in C#] |
* [http://www.knightstour.co.uk An implementation in C#] |
||
* [http://dmitrybrant.com/knights-tour Knight's Tours Using a Neural Network] Program that creates tours using a neural network, plus gallery of images. |
* [http://dmitrybrant.com/knights-tour Knight's Tours Using a Neural Network] Program that creates tours using a neural network, plus gallery of images. |
||
* [http://www.brainbashers.com/knight An interactive version in JavaScript] |
* [http://www.brainbashers.com/knight An interactive version in JavaScript] {{Webarchive|url=https://web.archive.org/web/20160305173050/http://brainbashers.com/knight |date=2016-03-05 }} |
||
* [http://www.breve.cz/jquery/jknight.php Knight's Tour in form of jQuery plugin] |
* [http://www.breve.cz/jquery/jknight.php Knight's Tour in form of jQuery plugin] |
||
* [https://play.google.com/store/apps/details?id=com.brodski.android.knightraid Knight Raid for OS Android] |
* [https://play.google.com/store/apps/details?id=com.brodski.android.knightraid Knight Raid for OS Android] |
||
* [http://equites.timepit.eu/ An implementation in Scala] |
* [http://equites.timepit.eu/ An implementation in Scala] {{Webarchive|url=https://web.archive.org/web/20130713111800/http://equites.timepit.eu/ |date=2013-07-13 }} |
||
* [http://openlibrary.org/books/OL15157004M/Book_of_computer_puzzles/ An implementation in BBC BASIC] |
* [http://openlibrary.org/books/OL15157004M/Book_of_computer_puzzles/ An implementation in BBC BASIC] |
||
Revisi per 3 Maret 2021 20.31
Perjalanan kuda merupakan sebuah permainan menggunakan bidak kuda dengan cara melewati seluruh kotak yang ada tanpa melewati kotak tersebut 2 (dua) kali pada sebuah papan catur. Permainan selesai ketika seluruh kotak pada papan catur sudah dilewati oleh bidak kuda.
Lihat pula
Pranala luar
Wikimedia Commons memiliki media mengenai Knight's Tours.
- Warnsdorff's Rule and its efficiency from Warnsdorff's Rule Web Page
- Thomasson, Dan. "The knight's tour".
- Knight's tour notes
- Knight's Tour Flash Game
- (barisan A001230 pada OEIS)
- warnsdorff.com - Page devoted to Warnsdorff's Rule
- Knight's Tours by Ben Hill and Kevin Tostado
Implementasi
- The Knight's Tour by Jay Warendorff, Wolfram Demonstrations Project
- Kumar, Piyush. "A Simple backtracking implementation in C++".
- Horsell, Kym. "A Simple implementation in standard Prolog". Diarsipkan dari versi asli tanggal 2012-03-09. Diakses tanggal 2013-12-06.
- An implementation in Python
- An implementation in C#
- Knight's Tours Using a Neural Network Program that creates tours using a neural network, plus gallery of images.
- An interactive version in JavaScript Diarsipkan 2016-03-05 di Wayback Machine.
- Knight's Tour in form of jQuery plugin
- Knight Raid for OS Android
- An implementation in Scala Diarsipkan 2013-07-13 di Wayback Machine.
- An implementation in BBC BASIC