neetcode-gh/leetcode

Leetcode solutions

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 24 minutes ago
Added to GitGenius on September 10th, 2026
Created on January 20th, 2021
Open Issues & Pull Requests: 1,736 (+0)
GitHub issues: Enabled
Number of forks: 2,482
Total Stargazers: 6,465 (+0)
Total Subscribers: 42 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.5 hours
Mean response time: 16.4 days
90th percentile: 60.6 days
Tracked items: 958

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 80% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 12% of issues opened in the past year have been closed. Three people close 68% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1,394
New in 7 days: 17
Closed in 7 days: 1
Avg open age: 250 days
Stale 30+ days: 1,327
Stale 90+ days: 1,187

Recent activity

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

Top labels

  • enhancement (1)
  • website-only (1)

Most active issues this week

Detailed Description

NeetCode is a repository of LeetCode problem solutions across multiple programming languages.

The repository addresses the need for reference implementations when preparing for coding interviews or practicing algorithmic problem-solving. It provides solutions to LeetCode problems organized by topic, with implementations available in languages including Python, Java, JavaScript, C++, Go, Swift, C#, TypeScript, Rust, Kotlin, Ruby, C, Scala, and Dart. Solutions are curated from the NeetCode.io website and the NeetCode YouTube channel, making them accessible both as a browsable collection and through the associated learning platform.

Developers should use this repository as a study resource when learning algorithms or preparing for technical interviews. It works best for those who want to see multiple language implementations of the same problem, allowing comparison of approaches across different programming paradigms. The repository is particularly suited to learners following the NeetCode.io curriculum who want to reference solutions alongside video explanations. The project welcomes contributions of missing solutions in any supported LeetCode language, making it a collaborative effort rather than a static reference.

The project maintains an open contribution model where developers can fork the repository and submit pull requests to add missing solutions, with clear contributing guidelines provided. The repository includes a contributors visualization showing the community involvement in building out the solution set. Collaborator permissions are available for active contributors who wish to merge pull requests or review others' submissions.