Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.