Evaluasi dan Usaha Optimalisasi Algoritma Depth First Search dan Breadth First Search dengan Penerapan pada Aplikasi Rat Race dan Web Peta

Main Authors: Kandaga, Tjatur; Universitas Kristen Maranatha, Hapendi, Alvin; Universitas Kristen Maranatha
Format: application/octetstream eJournal
Bahasa: eng
Terbitan: Universitas Kristen Maranatha , 2011
Online Access: http://majour.maranatha.edu/index.php/jurnal-informatika/article/view/278
Daftar Isi:
  • Rat Race is a maze game. There is a rat with a main task to search an exit in the maze. The rat is provide with two blind search algorithm, that is Depth First Search and Breadth First Search. The main goal is to find an exit with minimum steps. In this application, Depth First Search has fewer steps to reach an exit than Breadth First Search algorithm. That is because Breadth First Search algorithm had so many backward steps. The blind search algortihm also can be use in another application. Web Peta is an application that use Depth First Search algorithm. The main purpose of this application are to search a route from one place to another place in map. The application also must provide alternative route and the shortest route.