This project explores the design, implementation, and performance of four core sorting algorithms โ€” Bubble Sort, Insertion Sort, Merge Sort, and Quick Sort โ€” implemented in Java. The algorithms were ...