Aim: To study and implement sorting algorithms in C++ for arranging data in a specific order. Tools Used: IDE, C++ compiler, arrays, loops, functions for sorting (Bubble Sort, Selection Sort, Quick ...