To work in a firm with a professional work driven environment where I can utilize my knowledge, skills which would enable me to become asset for Society.
myPath Application
It is a visualizing tool that shows how different pathfinding algorithms work.
The program's objective is to go from the start node to the end node using a pathfinding algorithm. The program can only move horizontally or vertically, with each movement having a cost of one.
Once the program is complete, the shortest path will be illuminated in yellow.
• Simple tool to visualize EFFECTIVE ALGORITHM like DFS, BFS and Dijkastra.
• Vanilla Javascript is used along with HTML and CSS.