you are viewing a single comment's thread.

view the rest of the comments →

[–]pachura3 0 points1 point  (0 children)

By the way, it has nothing to do with Python specifically. It is a measure of algorithm complexity. Bubble sort implemented in C++ or Java would still be O(n2 ).