We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a835b05 commit 6d5c1c4Copy full SHA for 6d5c1c4
1 file changed
Bubble-Sort-Visualization/README.md
@@ -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
+
18
+
0 commit comments