greyireland/algorithm-pattern

Algorithm Patterns — the most scientific way to practice, the fastest path to an offer. You deserve it~ 算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 9 minutes ago
Added to GitGenius on September 3rd, 2026
Created on June 13th, 2020
Open Issues & Pull Requests: 28 (+0)
GitHub issues: Enabled
Number of forks: 2,567
Total Stargazers: 15,462 (+0)
Total Subscribers: 349 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 0.8 hours
90th percentile: 1.5 hours
Tracked items: 2

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A 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

Algorithm Patterns is a study guide and code repository that teaches algorithm problem-solving through reusable templates and structured practice.

The project addresses the challenge of preparing for technical interviews by distilling common algorithmic patterns into reusable templates. Rather than solving problems in arbitrary order, it organizes learning around data structures and algorithmic thinking patterns, including binary trees, linked lists, dynamic programming, sliding windows, and backtracking. Each pattern includes explanation of the thought process, analysis of common mistakes, and practice problems to reinforce understanding. The approach emphasizes topic-based practice over sequential problem-solving, allowing learners to master one pattern type before moving to the next.

This resource suits developers preparing for technical interviews at large companies who want a structured learning path rather than grinding problems randomly. It works best for those starting from scratch or with gaps in algorithmic knowledge, offering both conceptual explanations and Go implementations. The project is language-agnostic in its pattern descriptions but provides code examples in Go. Unlike generic LeetCode problem lists, it explicitly teaches the reasoning behind solutions and groups related problems by technique.

The project maintains a stable, complete collection of materials organized across data structures, basic algorithms, and advanced algorithmic thinking. Documentation is published on Gitbook alongside the repository, providing both online and local access to the content. The codebase includes implementations and examples corresponding to each pattern discussed in the guides.