Sorting algorithms visualization with tkinter.
-
Updated
Aug 1, 2022 - Python
Sorting algorithms visualization with tkinter.
Data structure and algorithm with Python Programming
Just some misc python scripts, mainly for practice and learning
This project visualizes the Bubble Sort algorithm using a graphical interface built with Tkinter and Matplotlib. It allows users to input a list of numbers, sort them using Bubble Sort, and see both the original and sorted arrays in a visual format
This repository demonstrates the Bubble Sort algorithm through a clear textual explanation and a step-by-step visual animation using Python and OpenCV. Perfect for beginners who want to understand how sorting works behind the scenes.
Add a description, image, and links to the bubble-sort-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the bubble-sort-algorithm topic, visit your repo's landing page and select "manage topics."