Found 7,743 repositories(showing 30)
grandyang
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
wisdompeak
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
liuyubobobo
My Solutions to Leetcode problems. All solutions support C++ language, some support Java and Python. Multiple solutions will be given by most problems. Enjoy:) 我的Leetcode解答。所有的问题都支持C++语言,一部分问题支持Java语言。近乎所有问题都会提供多个算法解决。大家加油!:)
FreeTymeKiyan
Clean, Understandable Solutions and Resources for LeetCode Online Judge Algorithm Problems.
gahogg
The repository for all of the solutions to the Leetcode problems solved on my YouTube, Instagram and TikTok
Nightonke
LeeCo is an awesome app for (including unlock) problems, solutions, discuss(from leetcode) and comments.
alpha037
Important data structures and algorithms implemented in Java along with solutions to AlgoExpert problems and some Leetcode problems.
nermeenwageh10
This collection of beginner-friendly LeetCode problems. This repository features easy-to-understand solutions that are constantly updated for improved performance. Whether you're a coding novice or looking to refresh your skills, this repository is a great resource to help you develop your abilities and become a better programmer.
black-shadows
The repository contains solutions to various problems on leetcode. The code is merely a snippet (as solved on LeetCode) & hence is not executable in a c++ compiler. The code written is purely original and completely my own.
abhiagx
A collection of Abhishek Agrawal's C++ solutions providing scalable, production-quality code to 200+ LeetCode-style problems on https://www.interviewbit.com, designed to enhance algorithmic skills through practical learning and mentorship.
LeetSync
LeetSync is a Chrome extension that enables you to sync your LeetCode problem submissions with a selected GitHub repository. With this extension, you can easily track your coding progress and share your solutions with others on GitHub.
MohamedMetwalli5
✅🟨 These LeetCode solutions use both code and animations to address a wide range of problems.
deepaktalwardt
My solutions to coding interview problems on Leetcode, Algoexpert, Codewars and other interview preparation websites
tiationg-kho
LeetCode Pattern 500 offers 500 solutions for LeetCode problems in Python and Java, 17 notes on essential concepts related to data structures and algorithms, and 130 patterns for solving LeetCode problems.
envico801
📘 Neetcode 150 practice problems + Blind 75 techniques. Includes quizzes/questions/tests in flashcards format (Anki) to learn patterns and solutions. 📑 Collection of 225 leetcode problems.
razimantv
My solutions to Leetcode Problems: Categorized based on the data structures, algorithms, and tricks used to solve them.
Charmve
🔥 🔥 High frequent interview LeetCode 100 for FaceBook,Linkedin,Amazon,Google,Microsoft. More importantly, the problems' solutions are provided,include C++, Python and Java.
andreimaximov
HackerRank, Codeforces, Geeks for Geeks, and LeetCode problem solutions
zubyj
Browser extension that adds video solutions, company tags, and GPT code analysis into Leetcode problems
jinzcdev
An MCP server enabling automated access to LeetCode's problems, solutions, and public data with optional authentication for user-specific features, supporting leetcode.com & leetcode.cn sites.
LorenzoBe
This is a browser extension that is able to interact with LeetCode official site. The main goal is to be able to track the activities on each problem and all the related events: submissions, time spent coding the solution, repetitions of a problem.
withaarzoo
Welcome to the LeetCode Solutions repository! Here, you'll find daily solutions to LeetCode problems, complete with detailed explanations and code in multiple languages.
Solutions to all problems of Leetcode online judge written in C++ and Java
jaytorasakar8
This repository contains solutions to Leetcode problems and notes that I had used for full time interview preparation
BrianRuizy
A simple Notion template to track Leetcode problems and save your solutions
anirudhtopiwala
This repository is a mixture of different problems I have solved and want to document it. A majority of chunk would also be Leetcode Solutions.
abhisheknaiidu
My Codes and Solutions to coding interview problems on LeetCode, AlgoExpert, Educative and other interview preparation websites
Kanav-Arora
Building Ultimate Data Structure and Algorithms in C++ Solution Repository. Solution to various DSA problems including problem from Leetcode, Codechef, GFG, Coding Ninjas.
Chen-Cai-OSU
Descriptions and python solutions to all leetcode problems in a single 1985-page pdf
hiren-j
This series aims to teach you DP with everything sequenced step by step, fully readable code with necessary comments. It includes 160+ problems, 115+ from LeetCode, covering 12 DP patterns from 1D to Graph DP. Includes Top-Down & Bottom-Up solutions, multiple ways of writing Top-Down solutions, and space optimizations (e.g., 1D to constant space).