We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cde231 commit 3bb08bbCopy full SHA for 3bb08bb
1 file changed
Python/smallest-range.py
@@ -16,7 +16,7 @@
16
# Note:
17
# The given list may contain duplicates, so ascending order means >= here.
18
# 1 <= k <= 3500
19
-# -105 <= value of elements <= 10^5.
+# -10^5 <= value of elements <= 10^5.
20
# For Java users, please note that the input type has been changed to List<List<Integer>>.
21
# And after you reset the code template, you'll see this point.
22
0 commit comments