Skip to content

Interactive tool for visualizing sorting algorithms in real-time

Notifications You must be signed in to change notification settings

gauthamsathyan/sortview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SortView: Visualizing Sorting Algorithms

Introduction

SortView is an interactive and educational tool for visualizing sorting algorithms, built using Python and PyQt5. With SortView, users can experiment with different sorting algorithms and see the sorting process in real-time, providing a hands-on and intuitive learning experience.

Demo

image

Features

  • Real-time visualization of sorting algorithms
  • Generate random numbers to test sorting algorithms
  • Adjust the speed of the visualization
  • Generate numbers in ascending or descending order
  • Implemented sorting algorithms: Merge Sort, Quick Sort, Insertion Sort, Selection Sort, Bubble Sort, Heap Sort, Shell Sort, Radix Sort

About

Interactive tool for visualizing sorting algorithms in real-time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages