Inspiration

Coming from computer background always wonders to work on the map building projects with live transitions.

What it does

Used to visulize the procedure of working of the top shortest route finding algorithms such as breadth first search, depth first search, A* search and many more algos with the insight view of actually working of algorithm behind on the machine.

How we built it

  1. Built the front-end then starts working on each and every algorithms.
  2. Take the user selection from the client side and run the code on the serve side with the respective algorithm and show the working graphically representation to the user.

Challenges we ran into

  1. Edge case detection.
  2. Out of range order error might be there.
  3. Handling time limit exceed conditions.
  4. Handling out of memory disorders.

Accomplishments that we're proud of

  1. Solved the problem of begineer students to learn the algorithms better with the full graphical representation on the screen behind the screen.
  2. Can be further developed to have our own mapping system.

What we learned

  1. Applying mathematics on the real project.
  2. Debugging skill.
  3. Code to develop.

Built With

Share this project:

Updates