Skip to content

CodingFactoryT/Visual-Algorithm-Sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 

Repository files navigation

Visual-Algorithm-Sorter

With this visual representation of algorithms, you can see how the

  • BubbleSort
  • InsertionSort
  • MergeSort
  • HeapSort
  • QuickSort
  • SelectionSort
algorithm works

The sorter only sorts arrays of the type int.

Installation guide

Download and extract the .zip file
or do

git clone https://github.com/CodingFactoryT/Visual-Algorithm-Sorter.git

if you have git installed

For Windows cmd or Powershell:

cd location/of/your/downloaded/folder/Visual-Algorithm-Sorter/src
javac main/java/Main.java
java  main/java/Main

For executable:
Download and execute the "Visual Algorithm Sorter.exe" file from the releases section of this repository