Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today. Learn more →
Leetcode-patterns Alternatives
Similar projects and alternatives to leetcode-patterns
-
developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
-
adventofcode
Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 and 2024 in Scala (by sim642)
-
LeetCode
Discontinued This is my LeetCode solutions for all 2000+ problems, mainly written in C++ or Python. (by lyhsieh)
-
-
system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
-
-
-
tech-interview-handbook
💯 Curated coding interview preparation materials for busy software engineers
-
Reddit-wiki-programming
Resources to Learn Data Structures and Algorithms, ace competitive programming, Get a Job in Tech/CS
-
-
Grokking-the-Coding-Interview-Patterns
Discontinued 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]
-
html5-boilerplate
A professional front-end template for building fast, robust, and adaptable web apps or sites.
-
-
-
-
-
reactjs-interview-questions
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
-
awesome-system-design
A curated list of awesome System Design (A.K.A. Distributed Systems) resources.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
leetcode-patterns discussion
leetcode-patterns reviews and mentions
-
Interview Prep - Ds & Algos - Arrays
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
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)
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
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! 💡
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?
Sean Prashad has a good list that maps the type of problem to a particular pattern.
-
Which curated list to grind next?
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?
-
Has anyone here found a job being self-taught?
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?
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/
-
A note from our sponsor - Civic Auth
www.civic.com | 16 May 2025
Stats
SeanPrashad/leetcode-patterns is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of leetcode-patterns is JavaScript.
Popular Comparisons
- leetcode-patterns VS tech-interview-handbook
- leetcode-patterns VS Reddit-wiki-programming
- leetcode-patterns VS reactjs-interview-questions
- leetcode-patterns VS Grokking-the-Coding-Interview-Patterns
- leetcode-patterns VS awesome-system-design
- leetcode-patterns VS CtCI-6th-Edition
- leetcode-patterns VS leetcode-rating-predictor
- leetcode-patterns VS EPI-to-LC
- leetcode-patterns VS coding-interview-practice
- leetcode-patterns VS LeetCode