Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poltanek/sorting-algorithm-visualizer
https://github.com/poltanek/sorting-algorithm-visualizer
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/poltanek/sorting-algorithm-visualizer
- Owner: Poltanek
- License: mit
- Created: 2024-07-12T18:03:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T17:50:52.000Z (5 months ago)
- Last Synced: 2024-08-26T02:34:49.431Z (5 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sorting-Algorithm-Visualizer
This algorithm visualizer leverages the Tkinter Canvas widget to provide an interactive and intuitive platform for understanding how algorithms work. By animating the step-by-step execution of algorithms, the visualizer illustrates changes in data structures, interactions between algorithmic components, and the progression towards the final solution. The Tkinter Canvas allows for smooth and dynamic visual representations, making complex algorithms easier to grasp and explore.## Requirements
- Python 3.11.9
- Tkinter
- Visual Studio Code
## Features
- Entry Form
- Coloured Graphs for appropriate sorting and execution
- Algorithms: bubble_sort, merge_sort, heap_sort, quick_sort, selection_sort, insertion_sort,
## Under Construction
This project is now under some constructions, and docs / UI / functionality may change with updates.