Algorithms-DataStructures-BigONotation icon indicating copy to clipboard operation
Algorithms-DataStructures-BigONotation copied to clipboard

Big O notation

Open oussbenk opened this issue 7 years ago • 0 comments

In "Big O notation" page, Bubble sort is presented as a linear time example (ie. O(n)). However, it is O(n^2).

oussbenk avatar Oct 05 '17 13:10 oussbenk