Skip to content

omhpatel7/Sorting-Algorithm-Visual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

Sorting Visualizer Demo

Overview

This is a sorting visualizer tool built with Python and Pygame to visualize various sorting algorithms in action. It provides a visual representation of how different sorting algorithms arrange elements in an array.

Features

  • Visualization of popular sorting algorithms:
    • Bubble Sort
    • Selection Sort
    • Insertion Sort
    • Merge Sort
    • Quick Sort
  • Adjustable array size and speed of visualization
  • User-friendly interface

Demo

Sorting Visualizer Demo

Installation

  1. Clone this repository:
    $ git clone https://github.com/omhpatel7/Sorting-Algorithm-Visual.git
    
    $ cd sorting-algorithm-visual
    
    $ pip install pygame numpy
    
    $ python main.py

Contributing

Contributions are welcome! Please feel free to submit pull requests or open issues for bug fixes, feature requests, or general improvements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages