Learn Algorithm by visualizing it.
• This web application is intended to visualize and learn various algorithms easily.
• Algorithms Implemented –
1. Shortest Pathfinding Algorithms - Dijkstra, A*
2. Searching Algorithms – Linear search, Binary search
3. Sorting Algorithms – Quick sort, Merge sort, Insertion sort, Bubble sort, Selection sort
4. Backtracking – Maze Generation Algorithms
5. Genetic Algorithms – Minimum Spanning Tree Generation
• Skills Used – React, p5.js, Java Script, Data Structures, Algorithms
# How to run
npm install
npm start