Found 164 repositories(showing 30)
zamhown
📊 Some python scripts which can visualize several famous sorting algorithms and generate the animations via Matplotlib.
Scripts to visualize sorting algorithms using matplotlib animations
ComputerScientist-01
A python based sorting visualizer built with the help of Matplotlib animations
shivanidashore777
Pandas: Powerful data manipulation, exploration, and analysis. Clean, filter, sort, merge, reshape, and aggregate data easily. Handle missing data, duplicates, and compute on rows/columns. Seamless integration with Matplotlib and Seaborn for data visualization. Efficiently handles large datasets. 🐼📊💪
Time complexities of sorting algorithms are visualized via matplotlib.pyplot
hammaadmalik13
A Python project that compares the execution time of Merge Sort and Quick Sort algorithms for different input sizes and visualizes their performance using Matplotlib.
sumedhachowdhury-03-05
A high-performance sorting visualizer built with C for computation and Jupyter Notebook + Matplotlib for animations. Captures every array state during Bubble, Quick, Merge, and Heap Sort, then renders smooth bar-chart animations to show how each algorithm works internally.
mehmetkahya0
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
Divyanshu960
In this project, I will examine a dataset on the pay for several data science professions that I downloaded from Kaggle. Using this dataset, I’ll provide answers to a number of questions, including: Does a person’s work role have an impact on their salary? Does the sort of employment affect the wage earned? Does the size and location of the company have an impact on the salary paid? e.t.c,. To answer these questions, I’ll be utilizing Python libraries such as Numpy and Pandas for computations, and Matplotlib and Seaborn for visualizations.
shravanasati
a matplotlib based sorting algorithm visualizer
sunny0910
Sorting algorithm visualizer using matplotlib and numpy
Nazarii14
This is a Sorting Algorithm Visualizer using MatPlotLib module
manavgondalia
Visualize sorting algorithms using Python and Matplotlib.
BolotZhusupekov07
Program visualizes the sorting algorithms with matplotlib
Avi110103
Sorting visualizer animation created using python libraries like matplotlib and numpy
m3xw3ll
📊 Python scripts which can visualize some famous sorting algorithms using matplotlib
ljcest
Sorting visualization via Python and Matplotlib, used for comprehensive curriculum design work
rajnishjhajhria
Interactive desktop visualizer for sorting, graph, and AI pathfinding algorithms, built with Python, PyQt5, and Matplotlib.
Ujjwaldotcom
Visualization of Bubble, Selection, Insertion, Merge, Quick and Heap Sorting techniques using Matplotlib.
VanshAnand1
used matplotlib and numpy to visualize the sorting done by the following algorithms: bogo sort, bubble sort, insertion sort, merge sort, quick sort, and selection sort.
priyanshunaagar22-oss
Dynamic Sorting Algorithm Visualizer built with Python and Matplotlib. Explore Bubble, Insertion, Merge, and Quick Sort step-by-step with interactive controls for size and speed.
A visualizer program for bubble sort, insertion sort, merge sort, quick sort that counts number of swaps and time taken, using Yield and Generator functions, implemented through Matplotlib Animations. Language Used: Python3
nisakrbck
This Python project visualizes popular sorting algorithms (Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Heap Sort, Radix Sort) using matplotlib.animation. It allows sorting both user-provided and randomly generated arrays step-by-step with animations.
michael-fourie
This is a visualizer for the complexity of various different searching and sorting algorithms. The project is built in Python, and uses matplotlib to plot results.
Prateeethswamy
An interactive Python-based visualization tool that animates Bubble Sort, Merge Sort, and Quick Sort using Matplotlib to demonstrate algorithm behavior and time complexity in real-time.
Visualize Selection Sort with C++ (graphics.h) and Python (matplotlib). Watch array elements transform in real-time through colorful animations and dynamic updates. Great for understanding sorting logic visually!
JamieClipperton
Created python script using pandas to clean and sort the data for mice used for drug testing. Used Matplotlib to create visualizations to display results from drug study.
Xusheng-Li
A Python + Tkinter + Matplotlib student grade tool: supports entry, search, modification, sorting, statistics, save/load of student info (ID, name, multi-subject scores), with GUI, scrollable view for massive data, and boxplot-based score distribution visualization for efficient management.
RoastyPapaya13
Algorithm Visualizer Sandbox: An interactive Python app to learn algorithms with live, step-by-step visuals. Supports sorting, searching, DFS/BFS, Dijkstra, A*, Tower of Hanoi, N-Queens, Fibonacci. Play/pause/step, 0.1–1000 ms speed, progress/status. Built with Tkinter, Matplotlib, NetworkX. Extensible and MIT-licensed.
1) Used Pandas to retrieve data from API and web-scraping for 70k+ rows of data 2) Developed metrics to evaluate the regional and occupational replacement rates, established user interfaces 3) Visualized data using maps with Pyecharts and dynamic sorting charts with Matplotlib Animation