
CSE 486 Search Algorithms
September 2021
Contains implementations of the Breadth-First Search, Uniform-Cost Search, Depth-First Search, and A* Search for CSE 486.
As a simple assignment for my Introduction to Artificial Intelligence course (CSE 486) at Miami University, we were tasked with implementing a number of simple search algorithms.
This project contains implementations of the Breadth-First Search, Uniform-Cost Search, Depth-First Search, and A* Search.