EECS 281: P1 - 3D Maze Solver
Languages & Tools Used: C++
- Conceptualized and engineered a 3D maze solution application using C++, offering users a choice of solving methodologies - Breadth-First Search (BFS) or Depth-First Search (DFS).
- Achieved effective resolution of intricate spatial problems through the application, demonstrating strong problem-solving and algorithm application skills.