Descriprtion of the project: Interactive terminal-based tool that demonstrates how classic sorting algorithms work by implementing Bubble Sort, Insertion Sort, Merge Sort, and Quick Sort. The program visualizes each sorting step in ASCII format and compares algorithm performance by tracking operations such as swaps and comparisons.