Skip to content

Commit 43241cb

Browse files
authored
Update median-employee-salary.sql
1 parent c231c48 commit 43241cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MySQL/median-employee-salary.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(n)
1+
# Time: O(nlogn)
22
# Space: O(n)
33

44
SELECT Id, Company, Salary FROM

0 commit comments

Comments
 (0)