项目作者: pablogalve

项目描述 :
Sorting algorithms
高级语言: C++
项目地址: git://github.com/pablogalve/Sorting_Algorithms.git
创建时间: 2019-06-04T23:04:11Z
项目社区:https://github.com/pablogalve/Sorting_Algorithms

开源协议:Apache License 2.0

下载


Sorting_Algorithms

We have an [int] array visually represented in this pixel table.

It can be sorted by three different methods: bubblesort, mergesort and quicksort.

Controls:

  1. Space: Randomize array.
  2. Q: Quicksort
  3. B: Bubblesort
  4. M: Mergesort

Unsorted array



Sorted array



Sorted array 2