Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 362 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 362 Bytes

Wumpus-World-Android

This is a wumpus world game that is solved using the A* algorithm for cs 370

A-Star algorithm The A-Star algorithm is a search algorithm that is both complete and optimal. That means that the search will always be completed and the best possbile search will be returned. The algorithm solves the problem by calculating the g(n) + h(n)