Skip to content

malekmiladi/SortingAlgorithmsVisualizer

Repository files navigation

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

SortingAlgorithmsVisualizer.-.Bubble.Sort.mp4

Insertion Sort

SortingAlgorithmsVisualizer.-.Insertion.Sort.mp4

Merge Sort

SortingAlgorithmsVisualizer.-.Merge.Sort.mp4

Quick Sort

SortingAlgorithmsVisualizer.-.Quick.Sort.mp4

Selection Sort

SortingAlgorithmsVisualizer.-.Selection.Sort.mp4

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.

About

A sorting algorithm visualizer made with Unity & C#.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published