AlgoViz is a web app for visualizing various algorithms. It is built using Next.js and TailwindCSS. It is a work in progress and I will be adding more algorithms in the future.
- Next.js
- Redux
- TailwindCSS
- Sorting Visualizer
- Searching Visualizer
- Pathfinding Visualizer
- Tower of Hanoi Visualizer
- Clone the repository
git clone https://github.com/54nd339/Social.git
- Install the dependencies
npm install
- Run the app in development mode
npm run dev
- For production build
npm run build
- For production start
npm run start
- AI Algo for Reinforcement Learning
- Perceptron
- Min-Max Visualizer