Skip to content

Commit 188e2fe

Browse files
committed
Add big O notations of the time complexity of the Quick sort algorithm, with 1 notation per line
1 parent dc9c6a4 commit 188e2fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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