Skip to content

Commit b544d20

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
1 parent b6897c4 commit b544d20

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)