Micro mouse event for autonomous maze solver bots in IIT KGP.
Left Wall following algorithm - Classsical way to solve a maze following a wall (left / right)
Modified Flood Fill algorithm - Dynamic Programming approach to solve a maze finding the shortest path.
This codes are for simulation purposes. The hardware integration part has not been included here. Modify the codes as per the hardware.