A Data Structures And Algorithm Visualiser
- Install the dependencies and devDependencies and start the server.
git clone https://github.com/TheNinza/dsa-visualizer.git
cd dsa-visualizer
npm install
- Start the development server from the Client folder.
npm start