The first commit is with the base requirement, that is, sorting an array of items (rectangles in this case) in a visualized way. Right now the only sort available is Bubble sort, but there is an ...
Visualization of different sorting algorithms in C++ with SDL2 Library. A sorting algorithm is an algorithm that puts the elements of a list in a certain order. While there are a large number of ...