Hi Leetcode team,
I appreciate your effort for maintaining company wise problems. It helps us candidates a lot to prepare interviews based on company.
Currently I'm preparing for meta.
While solving 'meta' tagged problems, I found out that some problems here in leetcode are 'harder' version of what was asked in the real meta interview. I agree that it helps us prepare better. However, what we actually need is more reaslistic problem that might be asked in the real interview.
I want to bring out an example here.
The actual meta version of problem is this:
https://leetcode.com/discuss/interview-question/4835013/Meta-Minimum-Stickers-Required
This is a medium level problem and this is one of the probable question the interview.
However, the leetcode's harder version is
https://leetcode.com/problems/stickers-to-spell-word
This comes as a meta question in the leetcode 'meta' problems.
The solution to this problem contains a complex DP method, and meta clearly specified that they won't be asking any DP questions. So spending time on working this problem is not helpful for our interview preparation.
Hence I request leetcode team to include only the problems that is of same level of the real interview.