gauthamsathyan / sortview

Interactive tool for visualizing sorting algorithms in real-time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%