Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/george-swift/sorting-visualiser
A visualiser tool for the following sorting algorithms: Insertion sort, Merge sort, Quick sort and Heap sort.
https://github.com/george-swift/sorting-visualiser
algorithms heapsort insertion-sort merge-sort quick-sort react
Last synced: 25 days ago
JSON representation
A visualiser tool for the following sorting algorithms: Insertion sort, Merge sort, Quick sort and Heap sort.
- Host: GitHub
- URL: https://github.com/george-swift/sorting-visualiser
- Owner: george-swift
- Created: 2021-10-08T18:57:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T18:00:28.000Z (9 months ago)
- Last Synced: 2024-10-07T22:32:09.353Z (about 1 month ago)
- Topics: algorithms, heapsort, insertion-sort, merge-sort, quick-sort, react
- Language: JavaScript
- Homepage: https://react-sorting-visualiser.netlify.app/
- Size: 20 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorting Visualiser
![](./public/before-sort.png)
## Objectives
- Visually demonstrate sorting algorithms
- Using libraries and CSS frameworks to create interactive interfaces## Live Link
[Click here](https://react-sorting-visualiser.netlify.app/)
## Features
> A visualiser for sorting algorithms. It currently demonstrates the implementation of the following algorithms: Insertion Sort, Merge Sort, Quick Sort and Heap Sort.
_Sorted_
![](./public/after-sort.png)## Built With
- React
- JavaScript
- Tailwind CSS## Getting Started
- Clone this project by running `git clone [email protected]:george-swift/sorting-visualiser.git`
- Run `npm install` to install the required dependencies.
- After installing all dependencies, run `npm start` to fire up a local server with live reloading.
- If not already redirected, visit `http://localhost:5173/` in your browser to use _Sorting Visualiser_
- To terminate the server, enter `Ctrl + C` in your terminal.## Authors
👤 **Ubong George**
- LinkedIn: [Ubong George](https://www.linkedin.com/in/ubonggeorge/)
- GitHub: [@george-swift](https://github.com/george-swift)## Show your support
Leave a :star:️ if you like this project!
## License
Available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).