You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created this project to visualise sorting and traversal algorithms. You can check out the live version here. I built this using react, vite, and typescript. Its deployed using github pages
How to run locally
Clone
git clone "repo"
change directory
cd repo
Install packages
npm install
Run
npm run dev
About
A project I created using react to visualize sorting algorithms and pathfinding algorithms.