Hi Leetcode, recently I am doing Leetcode with some quetions that have follow up question. I suggest that those question should have different modes.
For example, in 2021-7-13's daily challange question, the question asked if the problem can be solved use O(logn) in the follow up.
This question can also be acceptd by simply using O(n) linear scan. I am wondering if the questions can split the test cases in different sets/modes, so the users can get accept by using linear scan method for small test case sets, but for large data set, they must use O(logn) method to get accpetd.