Skip to content

Commit 28573b7

Browse files
authored
Update 1984-Minimum-Difference-Between-Highest-and-Lowest-of-K-Scores.js
1 parent 4ac2297 commit 28573b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/1984-Minimum-Difference-Between-Highest-and-Lowest-of-K-Scores.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Logarithmic time.
2+
* Loglinear/N*log(N)
33
* Time O(N + N*long(N)) | Space O(1)
44
* https://leetcode.com/problems/minimum-difference-between-highest-and-lowest-of-k-scores
55
*

0 commit comments

Comments
 (0)