Skip to content

Commit 26c4d3b

Browse files
committed
The big O notations of the time complexity of the Quick sort algorithm, with 1 notation per line.
1 parent e4ab3b3 commit 26c4d3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

107-O

+3
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)