algorithmsAlgorithmsSortingO(n^2) algorithms Bubble SortSelection SortInsertion SortO(nlogn) algorithms Merge SortO(n) algorithms Bucket SortMathData StructureHash TableHeapListStackQueueTreeb plus tree