Algorithms-DataStructures-BigONotation
Algorithms-DataStructures-BigONotation copied to clipboard
Big O notation
In "Big O notation" page, Bubble sort is presented as a linear time example (ie. O(n)). However, it is O(n^2).