Skip to content

AhmedSamyMousa/Sort-Algorithm-Visualization

Repository files navigation

Sort Algorithm Visualization

This project visualizes various sorting algorithms using the Simple and Fast Multimedia Library (SFML).

Sorting Visualization

Features

  • Real-time Visualization: Watch as the Quick Sort algorithm sorts an array of numbers.
  • Dynamic Bar Heights: Each bar represents a value in the array, with heights corresponding to their values.
  • Adjustable Speed: Control the speed of the sorting animation by modifying the VISUALIZATION_DELAY_MS constant in the code.

Requirements

  • C++ Compiler
  • SFML library

Installation

  1. Clone the repository:
    git clone https://github.com/AhmedSamyMousa/Sort-Algorithm-Visualization.git
    cd Sort-Algorithm-Visualization

About

Quick Sort algorithm using (SFML)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages