AlbertHambardzumyan / visualization-and-comparison-of-sorting-algorithms

Visualization and Comparison of Sorting Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

visualization-and-comparison-of-sorting-algorithms

Visualization and Comparison of Sorting Algorithms

Introduction

The application provides visualization and comparison of 6 sorting-algorithms:

  • Merge Sort
  • Quick Sort
  • Radix Sort
  • Insertion Sort
  • Selection Sort
  • Bubble Sort

Each algorithm gets the same unsorted array of randomly generated 200 numbers ranging from 0 to 200.

Started:

First 3 are done:

Application source code

About

Visualization and Comparison of Sorting Algorithms

License:MIT License


Languages

Language:Java 100.0%