Skip to content

A program to visualize multiple sorting algorithms and their code implementation.

Notifications You must be signed in to change notification settings

francesco-dorati/sorting-visualizer

Repository files navigation

Descrtiption

This project allows you to visualize various sorting algorithms:

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Merge Sort

Every algorithm will be accompanied by information regarding its own functioning and time complexity.
We will also provide code examples with various porgramming languages including C, Python and Javascript.

Usage

Install dependencies

npm install

Compile for development

npm run serve

Compile for production

npm run build

Contributing

Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A program to visualize multiple sorting algorithms and their code implementation.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published