Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 438 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 438 Bytes

Embetronix-2020

Micro mouse event for autonomous maze solver bots in IIT KGP.

Contents

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.

Note

This codes are for simulation purposes. The hardware integration part has not been included here. Modify the codes as per the hardware.