Leetcode Sort by Frequency is BROKEN? Frequent questions are NOT asked/tagged with a high count!

Hey... what's going on. I was doing the default sort by freq to practice the top 200 questions and I'm finding that the order is not well sorted.

In my sorted list LC 1381 has a higher freq than LC 36,

1381 only tagged by 2 x eBay, 2 x Sprinklr in last 6mth
https://leetcode.com/problems/design-a-stack-with-increment-operation/

36 tagged by 11 x Amazon, 10 x Doordash, 6 x Apple, 4 x Microsoft, 4 x Facebook, 4 x
Oracle, 4 x Cruise, etc...
https://leetcode.com/problems/valid-sudoku/

**What's going on? Why is the sorted freq of LC questions not correlated to how often these questions are being asked? **

I need a sorted list of question by freq across all companies, isn't that what the default freq does?! I need a reliable list of freq asked LC questions...

Comments (1)