/algoviz

A simple Algorithm Visualiser

Primary LanguageJavaScript

AlgoViz

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.

Technologies used

  • Next.js
  • Redux
  • TailwindCSS

Features

  • Sorting Visualizer
  • Searching Visualizer
  • Pathfinding Visualizer
  • Tower of Hanoi Visualizer

Installation

  1. Clone the repository
git clone https://github.com/54nd339/Social.git
  1. Install the dependencies
npm install
  1. Run the app in development mode
npm run dev
  1. For production build
npm run build
  1. For production start
npm run start

To-do

  • AI Algo for Reinforcement Learning
  • Perceptron
  • Min-Max Visualizer