Skip to content

Commit 083401f

Browse files
Write in the file 107-O, the big O notations of the time complexity of the Quick sort algorithm, with 1 notation per line: in the best case, in the average case, in the worst case.
1 parent 99e1e85 commit 083401f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

107-O

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
O(nlog(n))
2+
O(nlog(n))
3+
O(n^2)

0 commit comments

Comments
 (0)