seanprashad/leetcode-patterns

A pattern-based approach to learn technical interview questions

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 5 minutes ago
Added to GitGenius on September 4th, 2026
Created on December 31st, 2018
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 2,199
Total Stargazers: 13,732 (+0)
Total Subscribers: 114 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.0 hours
Mean response time: 239.5 days
90th percentile: 989.6 days
Tracked items: 38

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 9% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 11 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

LeetCode Patterns is a study guide that organizes technical interview problems by algorithmic pattern to help developers practice problem-solving through repeated application of common techniques rather than random question selection.

The tool addresses the challenge of preparing for coding interviews by grouping LeetCode problems under their respective patterns and subtopics. This approach helps learners recognize which techniques apply to different problem types, building pattern recognition skills that transfer across similar questions. The resource assumes foundational knowledge of core data structures like arrays, linked lists, heaps, stacks, trees, and graphs, along with algorithms such as breadth-first search, depth-first search, binary search, and recursion.

The guide suits developers preparing for software engineering interviews who want structured, pattern-based practice rather than random problem solving. It works best for those with basic data structure and algorithm knowledge who can dedicate time to working through grouped problem sets. The resource draws inspiration from established interview preparation materials and combines problems from multiple sources including the Blind 75 list.

The project maintains automated deployment workflows and question updates through GitHub Actions. The codebase is built with Next.js using the App Router, React, TypeScript, and Tailwind CSS, with testing infrastructure using Vitest and React Testing Library. A Husky pre-push hook automatically runs the test suite before each push, enforcing code quality checks across all contributions.