Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 536 Bytes

File metadata and controls

23 lines (17 loc) · 536 Bytes

Sorting Algorithm Visualizer

  • TechStack: Python, PyGame Module
  • Algorithms covered:
    • Bubble Sort
    • Insertion Sort
  • Libraries
    • PyGame
    • Random

Setup

This code can be run on any Python IDE of Jupyter notebook.

Purpose

The Sorting Algorithms are visualized here, which helps to understand the working of these Algorithms in a better way

Screenshot of output