LeetCode

LeetCode is a popular online platform that provides programming and technical interview questions. The site features challenges across a range of difficulties, focusing on algorithms, data structures, and other computer science fundamentals. LeetCode helps users enhance their coding skills, prepare for technical interviews, and engage in programming contests. This topic explores how LeetCode equips individuals with the tools to improve their coding proficiency and problem-solving abilities in a competitive environment.
- GitHub: https://github.com/topics/leetcode
- Wikipedia: https://en.wikipedia.org/wiki/LeetCode
- Created by: LeetCode
- Last updated: 2025-10-21 00:17:46 UTC
- JSON Representation
https://github.com/kaierikniermann/tech-interview-prep
This is a collection of some materials for technical interviews
algorithms dsa interview-prep leetcode
Last synced: 02 Mar 2025
https://github.com/jorgermduarte/leetcode
go golang leetcode leetcode-go leetcode-golang leetcode-solutions
Last synced: 05 Oct 2025
https://github.com/shahadathhs/leetcode-javascript
JavaScript-only LeetCode questions with solutions, explanations, and concept-based tagging.
algorithms data-structures javascript leetcode leetcode-javascript leetcode-solutions leetcode-typescript typescript
Last synced: 05 Oct 2025
https://github.com/emilwijayasekara/leetcode-1-twosum
LeetCode Problem 1.Two Sum - This repository contains my solution to the classic "Two Sum" problem from LeetCode. The problem entails finding two numbers in an array that sum up to a given target.
java leetcode leetcode-java leetcode-solutions
Last synced: 05 Oct 2025
https://github.com/cowienduckie/dsa-practice-python
Solutions for DSA practice problems using Python
dsa-practice grind75 leetcode python3
Last synced: 06 Oct 2025
https://github.com/throttle2k/leetcode_elixir
My solutions to LeetCode problems in Elixir
elixir elixir-lang leetcode leetcode-elixir
Last synced: 06 Oct 2025
https://github.com/misa-j/leetcode
my solutions to leetcode problems
algorithm algorithms data-structures leetcode
Last synced: 06 Oct 2025
https://github.com/s-m-j-i/leetcode-algorithm-1-study-plan
This repo contains all my work while doing the Leetcode Algorithm 1 Study Plan.
algorithms competitive-programming cpp leetcode problem-solving
Last synced: 16 Mar 2025
https://github.com/mthirumalai2905/leetcode-hard
It's filled with easy Leetcode hards
Last synced: 03 Jul 2025
https://github.com/prasenjitb1234/javapractice
DSA practice
dsa-practice java-8 leetcode problem-solving
Last synced: 06 Oct 2025
https://github.com/rhazra-003/my_cp_solutions
Collection of Competitive Programming questions I solved for my placement preparation!
algorithms-and-data-structures codechef codeforces competitive-programming contest-programming cpp leetcode stl
Last synced: 06 Oct 2025
https://github.com/saifiimuhammad/data-structures-algorithms
This repository contains implementations of common algorithms and Leetcode problems in C++.
algorithms cpp data-structures leetcode
Last synced: 06 Oct 2025
https://github.com/manasmalla/learning-kotlin
a series of programs in the Kotlin programming language to help learn the concepts of data structures and understand complex algorithms to solve real-time problems, following the A-Z striver sheet, provided by TakeYouForward™️.
algorithms data-structures dsa kotlin leetcode
Last synced: 06 Oct 2025
https://github.com/emilwijayasekara/leetcode-2469-convert-the-temperature
LeetCode Problem 2469. Convert the Temperature - This problem entails converting a Celsius temperature to its corresponding values in Kelvin and Fahrenheit, utilizing precise conversion formulas, and returning the results in a two-element array with specified precision.
java leetcode leetcode-java leetcode-solutions
Last synced: 06 Oct 2025
https://github.com/arthur-arslanov/cs-playground
My Computer Science Education
algorithms computer-science data-structures javascript leetcode python typescript
Last synced: 22 Apr 2025
https://github.com/abdullah-niaz/leetcode
leetcode is a collection of solutions to various LeetCode problems, covering a wide range of algorithms and data structures. This repository serves as a practice resource for coding interviews and competitive programming, with solutions in Python for different problem categories and difficulties.
dsa leetcode leetcode-cpp leetcode-java leetcode-python leetcode-solutions problem-solving
Last synced: 09 Mar 2025
https://github.com/elemeants/leetcode-problems
Just a repo to store my leet code problems.
algorithms cpp leetcode leetcode-cpp
Last synced: 14 Oct 2025
https://github.com/stereotypicaldev/python.challenges
A collection of Python solutions to various coding challenges.
algorithm-challenges codewars codewars-challenges codewars-kata codewars-kata-solution codewars-solutions codewars-training-exercise coding-challenge coding-challenges competitive-programming exercism exercism-solutions hacker-rank hackerrank hackerrank-solutions kata leetcode leetcode-solutions python tdd-katas
Last synced: 02 Jul 2025
https://github.com/abdullah-niaz/linked-list-problems
Solutions to various linked list problems, covering basic operations, advanced techniques, and efficient problem-solving approaches in C++/Python.
algorithms cplusplus datastructures leetcode linkedlist problemsolving python
Last synced: 09 Mar 2025
https://github.com/bhaskarkatara/solution_leetcode-gfg_potds
dsa gfg-solutions leetcode leetcode-solutions
Last synced: 07 Oct 2025
https://github.com/arthur-arslanov/py-cs-playground
Computer Science basics in Python
algorithm algorithms computer-science data-structures leetcode python
Last synced: 22 Apr 2025
https://github.com/sane-aalam/strivers-atoz-sheet
This course is made for people who want to learn DSA from A to Z for free in a well-organized and structured manner.
algorithms atoz-sheet atozsheet coding data-structures dsa-questions dsa-sheet gfg github google leetcode leetcode-soltuions programming solution strivers-sde-sheet
Last synced: 16 Mar 2025
https://github.com/rhazra-003/leetcode_practice
Collection of LeetCode and GFG questions I solved for my placement preparation!
cpp cpp14 gfg gfg-solutions leetcode leetcode-cpp leetcode-python leetcode-solutions python3 sql stl
Last synced: 07 Oct 2025
https://github.com/wittyicon29/dsa
Some problems of leetcode on various techniques and concepts of DSA
algorithms data-structures leetcode
Last synced: 07 Oct 2025
https://github.com/dhanushreddy291/solved-dsa-problems
This REPO Conatains DSA problems that I have solved on various websites such as Hackerrank, Leetcode and Interviewbit.
algorithms hackerrank hackerrank-solutions leetcode
Last synced: 08 Oct 2025
https://github.com/kubgus/python-algorithms
A collection of algorithms in Python.
algorithms foobar leetcode leetcode-python leetcode-solutions python python3
Last synced: 08 Oct 2025
https://github.com/ishaantek/leetcode-solutions
Collection of my solutions to LeetCode problems in Python.
algorithms coding-challenge coding-interviews competitive-programming data data-structures leetcode leetcode-python python python3
Last synced: 08 Oct 2025
https://github.com/uday160386/practice-algorithms
solving problems from leet code and hackerrank
datastructures-algorithms hackerank java leetcode python
Last synced: 08 Oct 2025
https://github.com/erikrios/leetcode-problem-solving
My Leetcode Problem Solving Solution
algorithms algorithms-and-data-structures data-structures leetcode problem-solving
Last synced: 08 Oct 2025
https://github.com/bishal7448/leetcode_30_day_javascript_challenge
30-Day JavaScript Challenge 🎯 Strengthen your JavaScript skills with daily LeetCode challenges! Cover topics like basics, ES6+, algorithms, and async programming. Each folder includes a problem, solution, and explanation. Clone, explore, and contribute. Start your journey to mastering JavaScript! 🚀
30daychallenge javascript js30days leetcode leetcode-javascript
Last synced: 08 Oct 2025
https://github.com/wychl/leetcode
leetcode leetcode-golang leetcode-javascript leetcode-practice leetcode-python leetcode-questions sql
Last synced: 08 Oct 2025
https://github.com/alok-mishra143/75day_cpp
MY journey to master DSA
cpp dsa dsa-learning-series dsa-practice gfg gfg-cpp gfg-solutions leetcode leetcode-cpp leetcode-solutions
Last synced: 03 Mar 2025
https://github.com/a9na/daily-leetcode-ts
Daily TypeScript LeetCode challenges
Last synced: 09 Oct 2025
https://github.com/yanliu1111/leetcode-codechallenges
javascript leetcode typescript
Last synced: 27 Feb 2025
https://github.com/linxueyuanstdio/leetcode
python solution for leetcode
leetcode leetcode-practice leetcode-python leetcode-solutions
Last synced: 09 Oct 2025
https://github.com/muhamadajiw/daily-leetcode
My coding practices, not that good though so don't use these as reference!
Last synced: 09 Mar 2025
https://github.com/sharadbhat/competitive-coding
Solutions to problems on Hackerrank, Hackerearth, etc.
competitive-programming hackerrank leetcode python3
Last synced: 09 Oct 2025
https://github.com/mohdfaizu/leetcode-problems
This repo provides solutions for leetcode problems in python
Last synced: 09 Oct 2025
https://github.com/kabeech/xtreme-xmas-code
An xtreme mod for your favorite advent calendar
advent-of-code holidays leetcode
Last synced: 09 Oct 2025
https://github.com/olegshulyakov/leet-code.go
My Leet Code Solutions
algorithms algorithms-and-data-structures leetcode leetcode-practice leetcode-solutions
Last synced: 09 Oct 2025
https://github.com/a9na/daily-leetcode-js
🌟 Daily JavaScript LeetCode challenges 🚀💻
algorithms-and-data-structures javascript leetcode
Last synced: 09 Oct 2025
https://github.com/ankitchouhan1020/hellonotes
Notes to Myself
cpp leetcode leetcode-solutions
Last synced: 19 Oct 2025
https://github.com/art2url/leetcode
👨💻 A repository of solutions for LeetCode problems, focusing on algorithms, data structures, and efficient coding practices.
coding-challenges competitive-programming github javascript learning leetcode problem-solving programming solutions sql typescript
Last synced: 19 Feb 2025
https://github.com/minel1410/leet_code_daily
This repository contains my daily solutions to LeetCode problems, implemented in Java. Each solution is well-structured, optimized, and includes explanations where necessary.
java leetcode leetcode-solutions
Last synced: 19 Oct 2025
https://github.com/gcsecsey/leetcode
Solutions for the LeetCode problems I've encountered.
algorithms data-structures leetcode leetcode-solutions
Last synced: 16 Mar 2025
https://github.com/debapriyo007/leetcode
Solve various types of questions of Data Structure.The questions are from "LeetCode" and "GFG" as well ,the question are solved in JAVA Language.🤞😇
dsa gfg java leetcode leetcode-java
Last synced: 19 Feb 2025
https://github.com/quien697/algorithm-swift
It’s an algorithm practice project created using the Xcode Command Line Tool on macOS
Last synced: 10 Oct 2025
https://github.com/pacemakerx/leetcode-my-solutions-sql-50
This repository contains my solutions for the SQL 50 LEARNING PLAN FROM LEETCODE
Last synced: 10 Oct 2025
https://github.com/nksmanya/practice-problems
Few practice problems with solutions
dsa leetcode problem-solving python solutions
Last synced: 10 Oct 2025
https://github.com/porobertdev/leetcode-solutions
LeetCode Tracker - https://github.com/JeffreyGbeho/leetcode-tracker
leetcode leetcode-solutions porobertdev
Last synced: 10 Oct 2025
https://github.com/bashmocha/leetcode-solutions
Solutions to Leetcode problems; updated daily
algorithms-and-data-structures leetcode leetcode-solutions python3
Last synced: 10 Oct 2025
https://github.com/emahtab/minimum-path-sum
Minimum Path Sum
dynamic-programming leetcode problem-solving
Last synced: 19 Oct 2025
https://github.com/prerana1821/treetracer
binary-tree html-css-javascript leetcode tree tree-visualizer
Last synced: 11 Oct 2025
https://github.com/michaelehab/leetcode-may-challenge-2022
This Repository contains my solutions to May LeetCoding Challenge 2022 problems.
algorithms backtracking binary-search bit-manipulation cpp dfs leetcode leetcode-solutions problem-solving recursion strings two-pointers
Last synced: 11 Oct 2025
https://github.com/unshun0120/leetcode
solution for leetcode
cpp leetcode leetcode-75 leetcode-cpp leetcode-solutions
Last synced: 11 Oct 2025
https://github.com/ybfacc/lc-tool
js、ts的常用数据结构。方便写leetcode调用
javascript leetcode typescript
Last synced: 11 Oct 2025
https://github.com/m-ezhil/leetcode-sql50
Welcome to my repository featuring solutions to the SQL 50 challenge from LeetCode. Whether you're practicing for technical interviews or just looking to sharpen your SQL skills, this collection covers a wide range of topics from basic to complex queries.
dataanalysis dataanalytics database leetcode mysql sql sqlserver
Last synced: 11 Oct 2025
https://github.com/whisperpine/leetcode-py
LeetCode problem solutions in Rust.
algorithms data-structures dsa leetcode neetcode python
Last synced: 11 Oct 2025
https://github.com/subhoshri/coding-solutions
This repository is a collection of solved coding problems from Leetcode and Codeforces that use a range of algorithms. It can also be a reference for beginners to start their coding journey.
codeforces codeforces-solutions cpp leetcode leetcode-cpp leetcode-solutions
Last synced: 15 Mar 2025
https://github.com/nutkiattisak/leetcode-30-days-of-javascript
I've implemented solutions to several LeetCode problems during the "30 Days of JavaScript" challenge. You can find my work here.
javascript leetcode leetcode-30days-challenge
Last synced: 12 Mar 2025
https://github.com/nightblure/leetcode
Best solutions for algorithms
algorithms-and-data-structures go leetcode leetcode-solutions python
Last synced: 12 Oct 2025
https://github.com/jpal91/leetcode
Solutions and examples from my LeetCode profile
leetcode leetcode-python leetcode-solutions
Last synced: 27 Feb 2025
https://github.com/mohitjaisal/leetcode-problem-solutions
Creating records of all my LeetCode Problems Solutions in C++ (CPP). Leetcode Solutions on daily basis
cpp leetcode leetcode-cpp leetcode-problems-solutions leetcode-solutins-cpp leetcode-solutions
Last synced: 12 Oct 2025
https://github.com/minhi0449/algo-ds-java
Java 기반 Algorithm & Data Structure 학습 프로젝트
algorithms beginner-friendly coding-interview competitive-programming computer-science data-structures dsa hackerrank hash-tables interview-preparation java java-algorithms java-data-structures leetcode open-source programming recursion trees
Last synced: 12 Oct 2025
https://github.com/terenceclzhang/leetcode-solutions
LeetCode Solutions
algorithms data-structures data-structures-and-algorithms leetcode leetcode-solutions
Last synced: 12 Oct 2025
https://github.com/tomalexsmith/sql-challenges
Repository to act as a library for all my SQL practice going forward
hackerrank leetcode ms-sql-server mysql preppindata snowflake sql
Last synced: 12 Oct 2025
https://github.com/weeebox/leetcode-template-project
A template project for LeetCode in Python
leetcode leetcode-practice leetcode-python leetcode-questions leetcode-solutions
Last synced: 12 Oct 2025
https://github.com/equalma/solve-leetcode-rs
Solve leetcode problems in Rust (Working in Progress)
Last synced: 19 Oct 2025
https://github.com/mohfazam/dsa
A repo covering all topics of DSA, where algorithms meet precision, and code is crafted to master the complexities of competitive programming.
algorithms codechef codeforces competative-programming cpp data-structures dsa geeksforgeeks leetcode
Last synced: 12 Oct 2025
https://github.com/didogrigorov/leetcode-may-daily-challenges-2023
Python solutions to LeetCode's May 2023 Daily Challenges, organized by date. Ideal for practicing coding, mastering Python, and preparing for interviews.
algorithm-challenges algorithms algorithms-and-data-structures coding coding-challenge coding-challenges coding-interviews data-structures interview leetcode leetcode-python leetcode-solutions programming python python3
Last synced: 12 Oct 2025
https://github.com/kallydev/leetcode-rust
Solutions for LeetCode (United States) problems implemented in Rust.
Last synced: 31 Mar 2025
https://github.com/debapriyo007/tree
This repository contains solutions to various LeetCode problems that I have solved.✅
dsa faang-interview interview-questions java leetcode tree
Last synced: 19 Feb 2025
https://github.com/Jiannan-dev/leetcode-daily-question
获取leetcode每日一题(get the daily question of leetcode)
Last synced: 14 Oct 2025
https://github.com/fahimfba/top-interview-150
Top Interview 150 problems's solutions of mine on LeetCode
leetcode leetcode-practice leetcode-python leetcode-solutions
Last synced: 13 Oct 2025
https://github.com/jinzcdev/leetcode-mcp-server
MCP server for LeetCode API, enabling advanced automation and intelligent interaction with LeetCode problems, contests, solutions and user data.
algorithm leetcode mcp mcp-server
Last synced: 18 Apr 2025
https://github.com/rstacks/leetcode-write-ups
My solutions to foundational LeetCode problems, complete with explanations and alternative solutions. All solutions are written in Python.
algorithms data-structures data-structures-and-algorithms leetcode leetcode-solutions python3
Last synced: 13 Oct 2025
https://github.com/samridhi060/leetcode1672
LeetCode 1672: Richest Customer Wealth
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Oct 2025
https://github.com/aswinr19/leet-code
Leet code problem solutions in python.
dsa dsa-algorithm leetcode leetcode-solutions python python3
Last synced: 27 Feb 2025
https://github.com/arvind-4/leetcode-solutions
My Leetcode Solutions
leetcode leetcode-solutions python
Last synced: 13 Oct 2025
https://github.com/mik30s/katas
Codewars and leetcode katas solved in different languages
codewars-kata codewars-solutions leetcode leetcode-solutions
Last synced: 20 Oct 2025
https://github.com/emilwijayasekara/leetcode-2744-find-maximum-number-of-string-pairs
LeetCode Problem 2744. Find Maximum Number of String Pairs - The task is to find the maximum number of pairs that can be formed by pairing distinct strings in an array with their reversed counterparts. Each string can only be part of one pair.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Oct 2025
https://github.com/malcodeman/js-leetcode
Collection of leetcode problems and solutions.
leetcode leetcode-javascript leetcode-solutions
Last synced: 24 Mar 2025
https://github.com/xavier2code/rust-leetcode
这是一个用 Rust 编程语言解决 LeetCode 算法题的项目。项目按照题目类型(如数组、字符串、树等)进行模块化管理,每个文件对应一个具体的题目解决方案。
algorithms leetcode rust solutions
Last synced: 08 Apr 2025