Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herpiko/bfs-4-3-liter
AI dengan metode BFS untuk teka-teki ember 4-3 liter
https://github.com/herpiko/bfs-4-3-liter
Last synced: about 9 hours ago
JSON representation
AI dengan metode BFS untuk teka-teki ember 4-3 liter
- Host: GitHub
- URL: https://github.com/herpiko/bfs-4-3-liter
- Owner: herpiko
- Created: 2014-04-13T13:37:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-13T15:41:09.000Z (over 10 years ago)
- Last Synced: 2024-04-21T06:15:41.174Z (7 months ago)
- Language: PHP
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AI dengan metode BFS untuk teka-teki ember 4-3 liter. Contoh soal lengkap dan aturan dapat dilihat di :
http://herriyance.trigunadharma.ac.id/wp-content/uploads/2012/06/Bab2_AI.pdf
aturan 3 dan 4 direvisi (lihat dalam kode).
misal diletakkan di root directory www, untuk kondisi akhir x=2 dan y=1
http://localhost/index.php?x_target=2&y_target=1&limit=5
limit adalah pembatasan langkah jika solusi tidak ditemukan. jika tidak berujung, komputernya bisa macet karena looping kelamaan.