Basic Sorting This repository is based on the practice I did while studying Data Structures and Algorithms 1(DSA_1). All the C++ code is written using vector, and I’ve designed it so that the user can modify the array or vector for better understanding. The code will show the changes in every iteration and highlight which two data elements are being swapped.