Algorithm visualizer project for the completion of the course of Data Structure and Algorithm [CT 552]
Year: II
Part: II
visualizeit-demo.mp4
- Shortest path algorithms (Pathfinding)
- Backtracking
- Recursion - Tower of Hanoi
- Node.js (for
npm
)
- Clone the repository
git clone https://github.com/suravshrestha/visualizeit.git
- Navigate to the repository 📂
cd visualizeit
- Install the dependencies
npm install
This might take a while to complete.
- Start the development server
npm run dev
- Sudeep Subedi (PUL077BCT083)
- Sujan Kapali (PUL077BCT086)
- Surav Krishna Shrestha (PUL077BCT089)