Skip to content

Commit 6d5c1c4

Browse files
authored
Created README.md file
1 parent a835b05 commit 6d5c1c4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Welcome to Bubble Sort visualization
2+
This is a script that provides easy simulation to bubble sort algorithm.
3+
4+
# Requirments
5+
- No specific libraries are required.
6+
- Script uses python built-in libraries: Tkinter, random, time
7+
8+
# How to run ?
9+
Just type this command in the terminal
10+
11+
```bash
12+
python bubble_sort.py
13+
```
14+
15+
16+
# Screenshots
17+
![image](https://user-images.githubusercontent.com/62449903/111283300-a55bf800-8647-11eb-98ad-231212f01819.png)
18+
![image](https://user-images.githubusercontent.com/62449903/111283449-d2100f80-8647-11eb-811d-acb9e72f1530.png)

0 commit comments

Comments
 (0)