/visual_sorting

A simple program to sort random numbers and display the process visually.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Visual Sorting

sorting

Just a simple program to sort random numbers and display the process visually. The above visual demo provided depicts the sorting process of 20 randomly ordered numbers between 1 and 20.

Dependecies

You will need matplotlibcpp for the visual output.