An open API service indexing awesome lists of open source software.

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#.

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 Sort

Due 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.