1. 程式人生 > >Various sorting algorithms

Various sorting algorithms

Overview

There exists so many kinds of sorting algorithms,e.g. bubble sort, quick sort, selection sort etc. However, many advanced sort algorithms are used in specific scenarios.

Different sort algorithm may use different datastructures, so it's necessary to comprehend them, not only for learning algorithm, but also to master queue, stack,map , set etc.

Here, I'd like to show you the algorithm description , coding and testing , as a small but fully equipped project.

Algorithms below included:

  1. bubble sort