Maze Solver
Maze navigation using flood-fill algorithm.
CS 1301: Introduction to Computing
Complex algorithms including maze solving and self-parking capabilities
Lab 03 focuses on advanced algorithmic problem-solving in robotics. Students implement complex navigation algorithms including flood-fill maze solving and autonomous parking with gap detection. This lab emphasizes recursive thinking, graph algorithms, and efficient pathfinding techniques.
Maze navigation using flood-fill algorithm.
Self-parking robot with gap detection.