Skip to content

Finishing ReadMe #5

New issue

Have a question about this project? Sign up for a free account to open an issue and contact its maintainers and the community.

By clicking “Sign up for ”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on ? Sign in to your account

Merged
merged 6 commits into from
May 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions README.md
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
# Sorting Algorithms Visualization Python

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

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

Sorting Algorithms Visualization Python Demo: demo.gif
## Demo:

![Demo Gif](_Captures/gif.gif)


## Features

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

## Screenshots:

Screenshot 1: screenshot1.png
Screenshot 2: screenshot2.png

## Authors:

- Nazir (@nazir20)
- Judy (@judy-nkwama)
- Asli (@asliBozkurt)

## Screenshots:

![Demo Gif](_Captures/Screenshot1.png)
![Demo Gif](_Captures/Screenshot2.png)
![Demo Gif](_Captures/Screenshot3.png)
Binary file added _Captures/Screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _Captures/Screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _Captures/Screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _Captures/gif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _Captures/nothing.txt
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
asas
1 change: 0 additions & 1 deletion main.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,7 +16,6 @@
graph_type = StringVar()
sorting_alg = SortingAlgorithms()


# Buttons
def start_btn():

Expand Down