sorting-visualizer

A package to visualize various sorting algorithms.


Keywords
SORT, ALGORITHM, VISUALIZE
License
MIT
Install
pip install sorting-visualizer==1.0

Documentation

Sorting Visualizer

A simple python project which visualizes various sorting algorithms.


How to setup

  1. Install the necessary packages using the command pip instal -r requirements.txt.

  2. Run the main.py file using the command python3 main.py.


Algorithms Implemented

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Heap Sort

Technologies Used

  1. Python 3.7

Libraries Used

  1. matplotlib