Levi-B4 / identifyingSortingAlgorithms

Given 5 mystery sorting algorithms, identify which algorithm they are: optimized bubble sort, insertion sort, merge sort, quicksort (with last element as pivot), selection sort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identifying Sorting Algorithms

Given 5 mystery sorting algorithms, identify which algorithm they are.

  • optimized bubble sort
  • insertion sort
  • merge sort
  • quicksort (with last element as pivot)
  • selection sort

About

Given 5 mystery sorting algorithms, identify which algorithm they are: optimized bubble sort, insertion sort, merge sort, quicksort (with last element as pivot), selection sort

License:Apache License 2.0


Languages

Language:C++ 88.8%Language:CMake 7.5%Language:C 3.7%