- Notifications
You must be signed in to change notification settings - Fork1
Readme main template#2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
46 changes: 45 additions & 1 deletionREADME.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,45 @@ | ||
# Sorting Algorithms Visualization Python | ||
[](LICENSE) | ||
[](https://www.python.org) | ||
[](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 | ||
## Features | ||
- Visualize popular sorting algorithms, including Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, and more. | ||
- Choose from various pre-defined datasets, including random, sorted, reversed, and nearly sorted data. | ||
- Adjust the speed of the visualization to observe the sorting process in real-time or faster. | ||
- Step through the sorting process one step at a time or let it run continuously. | ||
- Pause, resume, and reset the visualization as needed. | ||
- Interactive user interface to control the visualization. | ||
## Prerequisites | ||
- Python 3.7 or higher | ||
- Pygame library (https://www.pygame.org) | ||
## Getting Started: | ||
1. Clone this repository to your local machine. | ||
2. Install the required dependencies by running the following command: | ||
`pip install pygame` | ||
3. Run the program by executing the following command: | ||
`python main.py` | ||
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) | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.