visualize_algorithms is a Python project designed to visualize the execution of classic algorithms, helping learners understand how algorithms work and how data changes step by step.
-
Clone the repository:
git clone https://github.com/UserB1ank/visualize_algorithms.git
-
Install requirements
pip install matplot
-
Run a visualization sample
python bubble_sort.py