Skip to content

Commit 24ce20a

Browse files
authored
Finishing ReadMe
Finishing ReadMe
2 parents edabd0e + 79bc760 commit 24ce20a

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Sorting Algorithms Visualization Python
22

3-
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
43
[![Python](https://img.shields.io/badge/Python-3.7%2B-blue.svg)](https://www.python.org)
54
[![Pygame](https://img.shields.io/badge/Pygame-2.0.1-blue.svg)](https://www.pygame.org)
65

76
A visualization tool for various sorting algorithms implemented in Python. See how different sorting algorithms work and how they perform on different datasets.
87

9-
Sorting Algorithms Visualization Python Demo: demo.gif
8+
## Demo:
9+
10+
![Demo Gif](_Captures/gif.gif)
11+
1012

1113
## Features
1214

@@ -32,13 +34,14 @@ Sorting Algorithms Visualization Python Demo: demo.gif
3234
4. Use the user interface to select a sorting algorithm, dataset, and adjust the visualization settings.
3335
5. Start the visualization and observe the sorting algorithm in action.
3436

35-
## Screenshots:
36-
37-
Screenshot 1: screenshot1.png
38-
Screenshot 2: screenshot2.png
39-
4037
## Authors:
4138

4239
- Nazir (@nazir20)
4340
- Judy (@judy-nkwama)
4441
- Asli (@asliBozkurt)
42+
43+
## Screenshots:
44+
45+
![Demo Gif](_Captures/Screenshot1.png)
46+
![Demo Gif](_Captures/Screenshot2.png)
47+
![Demo Gif](_Captures/Screenshot3.png)

_Captures/Screenshot1.png

260 KB
Loading

_Captures/Screenshot2.png

235 KB
Loading

_Captures/Screenshot3.png

185 KB
Loading

_Captures/gif.gif

3.39 MB
Loading

_Captures/nothing.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
asas

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
graph_type = StringVar()
1717
sorting_alg = SortingAlgorithms()
1818

19-
2019
# Buttons
2120
def start_btn():
2221

0 commit comments

Comments
 (0)