Skip to content

This is my solution for Maze Bot API. Maze Bot API sends mazes to be solved by your Code. It has a Race mode as well, in which the API sends 11 different Mazes of varying dificulty level(increasing order) to be solved by your code. The Last Maze sent by API is most complex and is a matrix of 200*200.

Notifications You must be signed in to change notification settings

sunitapt/mazebot1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mazebot

This is my solution for Maze Bot API. Maze Bot API sends mazes to be solved by your Code. It has a Race mode as well, in which the API sends 11 different Mazes of varying dificulty level(increasing order) to be solved by your code. The Last Maze sent by API is most complex and is a matrix of 200*200.

If your code Solves all the Mazes in race mode then GitHub gives you a certificate of completion. More about the Api can be found here.

About the Code

The code solves the race mode Of the maze bot api effectively. It uses Dijsktras Algorithm to solve the mazes.

About

This is my solution for Maze Bot API. Maze Bot API sends mazes to be solved by your Code. It has a Race mode as well, in which the API sends 11 different Mazes of varying dificulty level(increasing order) to be solved by your code. The Last Maze sent by API is most complex and is a matrix of 200*200.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages