We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c231c48 commit 43241cbCopy full SHA for 43241cb
MySQL/median-employee-salary.sql
@@ -1,4 +1,4 @@
1
-# Time: O(n)
+# Time: O(nlogn)
2
# Space: O(n)
3
4
SELECT Id, Company, Salary FROM
0 commit comments