-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
Bug Report for https://neetcode.io/problems/max-water-container
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
It's not a bug actually.The question expects a O(N) complexity, but the test cases are not checking for it, it even accepts O(N^2). It is actually same for most of the problems. I suggest to include more test cases checking these complexities
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels