This project is a Photo Fragment Sorter built using C++ and Qt. The application provides various sorting algorithms to arrange photo fragments efficiently. The sorting algorithms included are:
- Bubble Sort
- Insertion Sort
- Selection Sort
- Merge Sort
- Heap Sort
- Quick Sort
- Bubble Sort: This algorithm can take between 2-3 minutes to complete the sorting process.
- Quick Sort: There is a known issue where Quick Sort may crash on certain configurations due to the nature of the algorithm.
- Real-time visualization of the sorting process.
- Easy-to-use GUI built with Qt.
Make sure you have installed:
- C++ Compiler
- Qt6
- Clone the repository
- Build it with cmake
- run it
- Open a photo and randomize it.
- Use one of the sorting method to sort it