Bubble Sort, Data Structures Tutorial
Por um escritor misterioso
Last updated 26 abril 2025

Bubble sort, also referred as sinking sort is a sorting technique where two consecutive elements are compared and swapped if not in order. The worst case time complexity of the bubble sort algorithm is O(n^2).

3.1.4 Sorting Algorithms

Python: Bubble sort - w3resource

Bubble sort example step by step

Shell Sort (With Code in Python, C++, Java and C)

Bubble Sort - javatpoint

Shell Sort - javatpoint

Javarevisited: Bubble Sort Algorithm in Java with Example

Bubble Sort in Data Structure - DataFlair

Shell Sort - javatpoint

10 Best Sorting Algorithms You Must Know About