An open API service indexing awesome lists of open source software.

https://github.com/deniscooper09/sorting_algorithms

Visualization of sorting algorithms.
https://github.com/deniscooper09/sorting_algorithms

cmake cpp opengl sorting-algorithms visualization windows

Last synced: 2 months ago
JSON representation

Visualization of sorting algorithms.

Awesome Lists containing this project

README

        

![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white)
![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
# Sorting Algorithms
Visualization of sorting algorithms written in C++ and immediate mode OpenGL (old OpenGL).

## List of implemented sorting algorithms
- Bubble Sort
- Merge Sort

## Screenshots
![img_1](https://github.com/DenisCooper09/sorting_algorithms/blob/main/images/img1.png)
![img_2](https://github.com/DenisCooper09/sorting_algorithms/blob/main/images/img2.png)