https://github.com/malekmiladi/sortingalgorithmsvisualizer
A sorting algorithm visualizer made with Unity & C#.
https://github.com/malekmiladi/sortingalgorithmsvisualizer
bubble-sort csharp insertion-sort merge-sort quick-sort selection-sort unity unity2d visualization
Last synced: 4 months ago
JSON representation
A sorting algorithm visualizer made with Unity & C#.
- Host: GitHub
- URL: https://github.com/malekmiladi/sortingalgorithmsvisualizer
- Owner: malekmiladi
- Created: 2024-10-03T00:42:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T00:25:14.000Z (5 months ago)
- Last Synced: 2025-02-03T01:24:53.986Z (5 months ago)
- Topics: bubble-sort, csharp, insertion-sort, merge-sort, quick-sort, selection-sort, unity, unity2d, visualization
- Language: ShaderLab
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorting Algorithms Visualizer
Implemented using Unity and C#.
Currently, the following algorithms are implemented:
- Bubble Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Selection SortDue to my limited understanding of how Coroutines work in Unity, I had to implement the sorting algorithms in one function.
## Demo
### Bubble Sort
,
### Insertion Sort
,
### Merge Sort
,
### Quick Sort
,
### Selection Sort
,
## How to run
You need to have Unity 2022.3.27f1 or later. You can open this project, run it in play mode, or build and run it.