Skip to content

tvay11/PixelPuzzle

Repository files navigation

PixelPuzzle

Introduction

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

Warning

  • 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.

Features

  • Real-time visualization of the sorting process.
  • Easy-to-use GUI built with Qt.

Prerequisites

Make sure you have installed:

  • C++ Compiler
  • Qt6

How To Run

  1. Clone the repository
  2. Build it with cmake
  3. run it
  4. Open a photo and randomize it.
  5. Use one of the sorting method to sort it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published