leetcode-patterns VS Grokking-the-Coding-Interview-Patterns-for-Coding-Questions

Compare leetcode-patterns vs Grokking-the-Coding-Interview-Patterns-for-Coding-Questions and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
leetcode-patterns Grokking-the-Coding-Interview-Patterns-for-Coding-Questions
290 16
9,510 2,907
- -
7.8 0.0
2 days ago over 1 year ago
JavaScript Python
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

leetcode-patterns

Posts with mentions or reviews of leetcode-patterns. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-09.
  • Interview Prep - Ds & Algos - Arrays
    1 project | dev.to | 4 Apr 2024
    Today, after updating my personal website, I shifted focus to a crucial aspect of tech interviews: data structures and algorithms. Starting with arrays, I've committed to tackling one topic per day, solving 3ish related LeetCode problems to reinforce my understanding. 📚 (This website is super useful - sorting leetcodes by patterns)
  • Democrats Introduce Bill Banning Hedge Funds From Owning Single-Family Homes
    1 project | /r/politics | 7 Dec 2023
    He says things that are pro-labor. Then he does things like oppose minimum wage increases, support anti-union actions, appoint judges who will oppose unions or labor, appoint two very anti-labor assholes to the NLRB, and outright just not pay for labor. Trump is not "pro labor", he's just a liar.
  • I created a Free Coding Interview Prep Platform with Video and Text Explanation containing 200 problems from all top problem lists (Blind 75, Prashad Leetcode Patterns, Neetcode)
    1 project | /r/leetcode | 27 Nov 2023
    Quality over quantity! I solved hundreds of them while preparing for big tech interviews and I can say with confidence after certain number of questions we have diminishing returns. A good base of questions with patterns clearly explained is all you really need. As of now there are many lists online Blind 75 (https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU), Prashad's leetcode patterns (https://seanprashad.com/leetcode-patterns/), curated list of problems from Elements of Programming.
  • Ask HN: How do you make time for side projects and Leetcode grinding
    1 project | news.ycombinator.com | 16 Sep 2023
    Grinding leetcode is inefficient. What you should be doing is familiarizing yourself with the common patterns you might expect to see in an interview. Look at the blind 75 and https://seanprashad.com/leetcode-patterns/.

    Initially, you don’t need to solve any of the problems from scratch. Look up the problem on YouTube and someone will walk you through it. This will build your intuition of when to reach for a heap or for a DP array or when to do BFS, etc. If you don’t know these, then watch another video explaining the concepts. These videos are often 10-15 minutes a day so with a 30 minute time commitment you potentially can get through 3 a day, getting you through the complete blind 75 (more than enough) in less than a month or 1 of each of SP’s 22 patterns in a couple of weeks.

    The great thing is you don’t need dedicated time for this approach, you can often start a video while tackling laundry or doing some dishes.

    Then, start putting these into practice but spend no more than 10-15 minutes on the problem. If you can’t solve it, go watch the video again. There are so many times where you can have the right approach but make a stupid mistake that will cause you to flounder and you can pick up a better way of doing it. Eventually you will be solving these in 10-15 minutes and the time commitment will have remained at a minimum.

    After this, find a new job that is only 40 hours a week and voila you’ve just opened up 10-20 hours for personal projects.

  • 🎯 300+ LeetCode Problems are solved: What I Discovered! 💡
    1 project | dev.to | 17 Aug 2023
    I used this list of patterns for my preparation, but you can use another; it's just an example of what it usually looks like. 😊
  • How do you know what DS/A to use in a problem?
    1 project | /r/leetcode | 25 Jun 2023
    Sean Prashad has a good list that maps the type of problem to a particular pattern.
  • Which curated list to grind next?
    3 projects | /r/leetcode | 9 Jun 2023
    Sean Prashad: 212+54 problems
  • I just started leetcoding. Will I still have enough time (with around 4 hours per day) to prepare for FAANG internship interviews within 1.5-2 months from now?
    1 project | /r/csMajors | 8 Jun 2023
    When I started grinding I had already taken a DS course so I was at least aware of hashmaps, arrays, trees, etc. but even leetcode easies we’re still a struggle and the ones I could do I wasn’t solving them optimally. Having that basic knowledge though allowed me to start struggling through the book I mentioned. EPI is harder than CTCI but it’s language specific and I already knew I was going to use python. I completely skipped bit manipulation and tries but I ended up getting a trie question in one of my interviews and that was by far the hardest question I’ve ever gotten, probably because i skipped tries altogether lol. I haven’t tried grokking. I started doing EPI by hand so that I was forced to think through solutions before writing them but if you feel like that’s unnecessary for you just type it but it def helped me since in interviews you have to discuss before coding. The DP section of epi was really hard so I didn’t complete it. From there I just started struggling through LC. After epi I started with easies but i didn’t stay there for long since epi is mostly mediums and some hards anyways. The biggest thing is to learn from every problem, even the ones you don’t finish. Truly take the time to understand a solution even if that means 45+ minutes of digging into it. The same patterns come up again and again so you’ll have to dig into them eventually. Identifying the patterns from the way questions are phrased come from quantity I feel like so doing a lot of LC problems is the way to go. My pattern recognition was on point after about 100 problems in total maybe. For LC i did 95% of all easies and mediums in [this]. Earlier I said I skipped DP in epi but def do dp leetcode problems. You don’t have to master it but def become familiar. If by the end of everything you’re able to knock out 70+ medium level questions then you should probably be good for internship interviews. Hope this helps and also if you take the blind 75 route NeetCode on YouTube has done all of them I think and he’s really good with explaining the problems. Take the time to understand each data structure individually before even attempting problems. I think EPI does a good job of that or you can just hop on YouTube. Good luck Glum Choice, I have faith that you will prevail 🏅
  • Has anyone here found a job being self-taught?
    1 project | /r/learnprogramming | 29 May 2023
    LC refers to Leetcode problems (LC = LeetCode). While the Leetcode website itself is not the only place to practice, "Leetcode problems" refers to the general concept of programming interview problems involving data structures and algorithms.
  • Cold calling companies to volunteer as an unpaid intern?
    1 project | /r/csMajors | 11 May 2023
    I am also new at leetcode. But from the advices I gathered and from my own experience, I will suggest to first learn all data structures. Once you understand, then start with the easy ones and gradually learn the patterns. Sean Prashad as a good list of the pattern you can find via this link: https://seanprashad.com/leetcode-patterns/

Grokking-the-Coding-Interview-Patterns-for-Coding-Questions

Posts with mentions or reviews of Grokking-the-Coding-Interview-Patterns-for-Coding-Questions. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-25.
  • I am about to give up
    1 project | /r/leetcode | 5 Feb 2023
    Came to say this. Look for a list of frequent problem types and algorithms (something like this: https://github.com/cl2333/Grokking-the-Coding-Interview-Patterns-for-Coding-Questions). Study the optimal solution for each type to the point where it is muscle memory. Once you have understood the solution for one problem type , solve multiple problems of this type and see if you are able to apply the solution that you studied. Remember you are not meant to be able to come up with algorithms on your own.
  • Learned nothing from DSA class, how can I self learn DSA?
    1 project | /r/csMajors | 20 Nov 2022
    I also just started using Grokking the Coding Interview by DesignGurus. There is also the one on educative which i heard was the same thing but i cant verify that (they are both paid). I wish I had known about what this course was a long time ago, but I'm still glad someone told me about it. This course will teach you how to leetcode, specifically acknowledging some of the common patterns that are used in leetcode questions. There is a free version on github, cant tell u if its good tho https://github.com/cl2333/Grokking-the-Coding-Interview-Patterns-for-Coding-Questions.
  • Anyone have an educative account willing to share?
    1 project | /r/csMajors | 25 Oct 2022
    I don't have an educative account, but here's a repo with the grokking questions
  • I know how to implement basic data structures now should I start learning these patterns?
    2 projects | /r/leetcode | 25 Aug 2022
    Hi guys , after searching on Google , I got this GitHub link https://github.com/cl2333/Grokking-the-Coding-Interview-Patterns-for-Coding-Questions .See if this helps and credit goes to the dedicated coder who created above repo.
  • Algoritmica si exercitii
    1 project | /r/programare | 18 Jun 2022
  • Advice for starting (basically) fresh? When to look at solutions?
    1 project | /r/leetcode | 15 Apr 2022
    Grokking the Coding Interview is useful if you need a pattern explained before trying to use it on a problem. It also has examples and written explanations.
  • Did your DSA course at your University prepare you enough for interviews?
    2 projects | /r/csMajors | 5 Apr 2022
    I go to a small state school in the midwest. My DSA course is split up into linear and non-linear data structures across 2 semesters. The general concepts that you use in LC-style problems were definitely taught (tree traversal, BFS/DFS, djikstra's, MST, linked lists, stacks, queues, hash maps <-- MAJOR, sorting). I interviewed for a lot of places that never asked LC questions and I was definitely prepared just from my courses in school for those. When I got to doing LC-style questions, I was definitely underprepared. The best thing to do, in my opinion, is to do the LC problems not just to memorize the solution, but look out for patterns. Grokking the Coding Interview (paid, but solutions available on GitHub) does a good job of showcasing the patterns, as does leetcode patterns (free).
  • Grokking repo DMCA takedown
    5 projects | /r/leetcode | 24 Mar 2022
    It doesn't have the cool little notes about each type of problem, but here's a list of the problems I think. Not sure if entirely the same, but probably so. https://github.com/cl2333/Grokking-the-Coding-Interview-Patterns-for-Coding-Questions
  • Educative subscription
    2 projects | /r/leetcode | 11 Mar 2022
  • How do people make plans for / study for leetcode?
    1 project | /r/csMajors | 19 Nov 2021
    Grokking the Coding Interview

What are some alternatives?

When comparing leetcode-patterns and Grokking-the-Coding-Interview-Patterns-for-Coding-Questions you can also consider the following projects:

Reddit-wiki-programming - Resources to Learn Data Structures and Algorithms, ace competitive programming, Get a Job in Tech/CS

Grokking-the-Coding-Interview-Patterns - This course categorizes coding interview problems into a set of 16 patterns. Each pattern will be a complete tool - consisting of data structures, algorithms, and analysis techniques - to solve a specific category of problems. The goal is to develop an understanding of the underlying pattern, so that, we can apply that pattern to solve other problems. [UnavailableForLegalReasons - Repository access blocked]

Several-Coding-Patterns-for-Solving-Data-Structures-and-Algorithms-Problems-during-Interviews - Several Coding Patterns for Solving Data Structures and Algorithms Problems during Interviews

tech-interview-handbook - 💯 Curated coding interview preparation materials for busy software engineers

Grokking-System-Design - Systems design is the process of defining the architecture, modules, interfaces, and data for a system to satisfy specified requirements. Systems design could be seen as the application of systems theory to product development.

reactjs-interview-questions - List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!

dmca - Repository with text of DMCA takedown notices as received. GitHub does not endorse or adopt any assertion contained in the following notices. Users identified in the notices are presumed innocent until proven guilty. Additional information about our DMCA policy can be found at

EPI-to-LC - Mappings of problems from the book Elements of Programming Interviews (EPI) to Leetcode

LeetCode - A Markdown file that contains my solutions of LeetCode problems.

coding-interview-practice - A repository with associated live twitch stream and youtube shows where we work our way through a preparation guide for code interviews.

leetcode-rating-predictor - Leetcode Rating Predictor built with Node. Browser extension and web interface.