fishercoder1534/leetcode

Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 33 minutes ago
Type:Curated List / Learning ResourceCategory(s):Interview Prep & AlgorithmsLearning & Resources
Added to GitGenius on September 17th, 2026
Created on July 31st, 2016
Open Issues & Pull Requests: 22 (+0)
GitHub issues: Enabled
Number of forks: 1,291
Total Stargazers: 4,002 (+0)
Total Subscribers: 185 (+0)

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

LeetCode is a repository of solutions to coding interview problems implemented primarily in Java, with additional solutions in MySQL, Bash, and JavaScript.

The repository addresses the need for accessible, worked examples of LeetCode problems organized by difficulty range and problem category. Solutions are organized into algorithm problems spanning multiple thousands, database problems, shell problems, and JavaScript problems. The approach is straightforward: provide implementations that solve each problem, with the repository maintained through regular updates and community contributions via pull requests.

This repository suits developers preparing for technical interviews who want to study Java implementations of LeetCode problems. It works best as a reference alongside active problem-solving on the LeetCode platform itself, allowing learners to compare their approaches against provided solutions. The project accepts contributions, making it a collaborative resource where others can suggest fixes and alternative algorithms.

The project maintains active development with automated build verification through continuous integration workflows. The maintainer provides supplementary educational content through an associated YouTube channel, extending the learning resource beyond code alone.