An interactive visualization tool for fundamental algorithms in sorting, searching and path-finding.
Try it your self EEs Visualizer v2.0
EEs Visualizer is a tool for visualizing Fundamental Algorithms in Sorting, Searching, and Path Finding. This involves comparison between different algorithms and visulization of how each of them works. You can compare the algorithms' speed or how one is better than others. There are cool animations for visualizing algorithms. You can customize each of the visualizers' settings and inputs according to your preferences. Input some data, visualize how it works, and analyze base on the results.
- Clone this project:
git clone https://github.com/EricEchemane/EEs-Visualizer-V.2.git
- Install dependencies:
cd ./EEs Visualizer v2.0 && npm install
- Run locally:
npm run dev