Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quiz: k-sorted-lists has an incorrect constraint #3573

Open
rikipls opened this issue Jul 31, 2024 · 0 comments
Open

Quiz: k-sorted-lists has an incorrect constraint #3573

rikipls opened this issue Jul 31, 2024 · 0 comments

Comments

@rikipls
Copy link
Contributor

rikipls commented Jul 31, 2024

See the quiz here. The listed constraints are

Constraints:

k == lists.length
0 <= k <= 10^4
0 <= lists[i].length <= 500

10^4 <= lists[i][j] <= 10^4

lists[i] is sorted in ascending order.
The sum of lists[i].length will not exceed 10^4.

Here, a constraint should be "-10^4 <= lists[i][j] <= 10^4" instead of "10^4 <= lists[i][j] <= 10^4"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant