Skip to content

mrmarufpro/AlgoVisu

Repository files navigation

About AlgoVisu

AlgoVisu is a sorting visualizer for common algorithms: Bubble, Insertion, Quick, and Merge. It is built with React and now uses a Vite-based build setup.

Installation

Follow this to run locally:

  • Clone this repo
  • Run npm install (or yarn)
  • Optional: install ESLint + Prettier VSCode extensions
  • Start dev server: npm run dev (or yarn dev)
  • Build for production: npm run build
  • Preview production build: npm run preview
  • Run tests: npm test

Requirements

  • Node.js >=20.19.0

Live Demo

About me

I'm a student of computer science and engineering at International University of Business Agriculture and Technology. I'm a software engineer working on web technologies. I love JavaScript, C++. Big time fan of React, Node and express.

About

This is a fun project to visualize the most common types of soring algorithm (Bubble, Insertion, Quick and Merge). At the time of learning this algorithm I have try to implement them using ReactJs (A javaScript library).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors