Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 259 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 259 Bytes

AI-SearchAlgorithms

AI Search Algorithms in Java, developed for USC CS561 (Foundations of AI) course

Implementations of Breadth First search, Uniform Cost search and A* search algorithms in Java to guide the Mars Rover bot to reach its target destination.