It is a recreation of project that visualize sorting methods using OpenCV library. This program might help with understanding how different sorting method works showing every step of process.
- Bubble
- Insertion
- Gnome
pip install opencv-python
python src/main.py
