Taro Logo
1

Best Leetcode premium filters for company questions

Profile picture
Software Engineering Intern at Taro Community10 months ago

Hi, I have a Meta new grad interview coming up and I got LC premium for the first time. I wanted to ask what filters you recommend using.

I am thinking of this - Filter the list by past 30 days, sort by frequency and then do the top 30 from there.

What do you think? You can also filter by past 3 months, 6 months, all time. Thanks!

209
2

Discussion

(2 comments)
  • 4
    Profile picture
    Tech Lead @ Robinhood, Meta, Course Hero
    10 months ago

    Yeah, that should more or less do it. Past 1 month seems a bit short, so I would recommend just starting off with past 3 months to normalize the sample unless you are very stretched for time and can only do 1 month's worth of problems.

    If you haven't already, I highly recommend my DSA/LeetCode course here: Master The Data Structures And Algorithms Interview

  • 2
    Profile picture
    Tech Lead/Manager at Meta, Pinterest, Kosei
    10 months ago

    That strategy seems reasonable to me. I'd also focus on segmenting the problems into category, e.g. graph problems, linked lists, arrays, strings, etc.

    There are really only a few categories of DSA problems, so you want to make sure you have coverage across them.