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: 2026-06-24 00:13:29 UTC
- JSON Representation
https://github.com/dpetrosy/leetcode
In this repository, I store my LeetCode solved problems.
algorithm algorithms algorithms-and-data-structures cpp cpp11 data-structure interview interview-preparation interview-questions leetcode leetcode-company-questions leetcode-cpp leetcode-solutions modern-cpp
Last synced: 28 Feb 2026
https://github.com/santoshvarmaaddala/leetcode_api
Leetcode Api to fetch the leetcode user details easily
api endpoint fastapi graphql leetcode python3 request uvicorn webscarpping
Last synced: 09 May 2026
https://github.com/moeyang/go-leetcode
leetcode题解,不定时更新。
algorithm go golang interview-questions leetcode
Last synced: 12 Mar 2026
https://github.com/emilwijayasekara/leetcode-771-jewels-and-stones
LeetCode Problem 771. Jewels and Stones - The task is to count how many stones in a given string are considered jewels based on a separate string of jewel types. The solution involves comparing characters in both strings and tallying the matches.
java leetcode leetcode-java leetcode-solutions
Last synced: 01 Mar 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/alessandro-schmidt/leetcope
Cause sometimes you just gotta cope. This is me axing Leetcode Problems.
leetcode leetcode-java leetcode-python leetcode-solutions sql
Last synced: 21 Jan 2026
https://github.com/jeonggoncho/algorithm
✏️ '알고리즘 문제 풀이'입니다.
algorithms baekjoon-online-judge javascript leetcode programmers-online-judge python swea
Last synced: 10 May 2026
https://github.com/emilwijayasekara/leetcode-1346-check-if-n-and-its-double-exist
LeetCode Problem 1346. Check If N and Its Double Exist - Determine if there exist two indices in an array where the element at one index is twice the value of the element at another index. The goal is to check this condition for any pair of indices in the given array.
java leetcode leetcode-java leetcode-solutions
Last synced: 20 Jul 2025
https://github.com/emilwijayasekara/leetcode-1389-create-target-array-in-the-given-order
LeetCode Problem 1389. Create Target Array in the Given Order - Creating a target array by sequentially inserting elements from the 'nums' array at specified indices given in the 'index' array. The goal is to return the final target array following the insertion rules.
java leetcode leetcode-java leetcode-solutions
Last synced: 10 Jun 2026
https://github.com/tans105/frontend-interview-prep
Competitive programming questions and tiny projects frequently asked on the interview
competitive-programming css data-structures datastructures-algorithms design-patterns frontend geekforgeeks-solutions geeksforgeeks html interview javascript javascript-framework leetcode leetcode-solutions react reactjs vanilla-javascript
Last synced: 11 May 2026
https://github.com/1git2clone/leetcode-trees-rs
A Rust library for Binary Tree Node and Singly Linked List ListNode LeetCode problems.
crate github-actions gitlab-ci leetcode rust rust-leetcode rust-leetcode-solutions rust-library
Last synced: 11 May 2026
https://github.com/rabi-siddique/leet-commit
LeetCommit is a browser extension that allows users to quickly commit their leetcode problem;s code to their GitHub repositories directly from their browser. The extension is compatible with most modern browsers, including Chrome, Firefox, and Safari.
chrome-extension chrome-extensions github javascript leetcode
Last synced: 11 May 2026
https://github.com/elskow/datasturucturego
Generic Go-lang Code (I do a lot leetcode)
Last synced: 11 May 2026
https://github.com/straylittlepunk/leetcode
Leetcode Problems Solution
algorithms-datastructures leetcode rust
Last synced: 24 Jun 2026
https://github.com/dussanfreire/leetcode-challenges-javascript
This repository contains my JavaScript solutions to various LeetCode challenges, aimed at improving problem-solving skills and helping others on their coding journey.😃
algorithms javascript leetcode
Last synced: 13 May 2026
https://github.com/kaierikniermann/tech-interview-prep
This is a collection of some materials for technical interviews
algorithms dsa interview-prep leetcode
Last synced: 13 May 2026
https://github.com/lorransutter/coding-challenges
Coding challenges dashboard
advent-of-code coding-puzzle everybody-codes leetcode
Last synced: 21 Jun 2026
https://github.com/bhaskarkatara/solution_leetcode-gfg_potds
dsa gfg-solutions leetcode leetcode-solutions
Last synced: 07 Oct 2025
https://github.com/bryanfks-dev/leetcode-solutions
My LeetCode solutions
interview-practice leetcode leetcode-c leetcode-java leetcode-solutions
Last synced: 14 May 2026
https://github.com/gah-code/leetcode-practice
A structured JavaScript workout environment for solving LeetCode problems efficiently with ESLint, Jest, and Quokka.js.
exercises javascript jest leetcode
Last synced: 14 May 2026
https://github.com/nirmalnishant645/college-activity
Different lectures on approaching the problems asked in Job Interviews that are available on LeetCode.
algorithms big-o big-o-notation big-o-performance complexity complexity-analysis data-structures hackerrank hackerrank-solutions interview interview-practice interview-prep interview-preparation interview-questions interview-test leetcode leetcode-python leetcode-solutions python python3
Last synced: 14 May 2026
https://github.com/sudohainguyen/leetcode-practice
Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)
Last synced: 22 Jun 2026
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/bryand1/solutions
Solutions to exercises
algorithms cpp leetcode python3
Last synced: 19 Apr 2026
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/gabrielseibel1/leetcoderust
Leetcode solutions in rust
leetcode leetcode-rust leetcode-solutions rust rustlang
Last synced: 27 Mar 2026
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/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/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/prasenjitb1234/javapractice
DSA practice
dsa-practice java-8 leetcode problem-solving
Last synced: 10 Jan 2026
https://github.com/emilwijayasekara/leetcode-20-valid-parentheses
LeetCode Problem 20. Valid Parentheses -Focuses on determining the validity of a given string consisting of parentheses, braces, and brackets. The solution employs a stack-based approach to efficiently check if the arrangement of symbols follows the rules
java leetcode leetcode-java leetcode-solutions
Last synced: 02 Jun 2026
https://github.com/billwallis/leetcode-go
Not optimal, not impressive, but some solutions to LeetCode problems written in Go.
Last synced: 11 Jun 2026
https://github.com/asmtamim/problem-solving
Problem-solving practices
codechef codeforces cpp leetcode problem-solving programming
Last synced: 30 Mar 2026
https://github.com/misa-j/leetcode
my solutions to leetcode problems
algorithm algorithms data-structures leetcode
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/joric/leetcode
Leetcode Daily stats & calendar (with scheduled update)
Last synced: 03 Jun 2026
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/aadimator/competitve-programming
My solutions for the competitive programming tasks.
codeforces competitive-programming hackerrank leetcode
Last synced: 02 Apr 2026
https://github.com/trilliwon/algorithms
🧠
algorithms array-algorithms backtracking binary-trees cpp datastructures divide-and-conquer dynamic-programming graph-algorithms greedy-algorithms leetcode math-algorithms max-num-of-topics python recursion searching sorting string-algorithms swift tree
Last synced: 17 Apr 2026
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/saineshnakra/leetcode-75
I will be posting my solutions and explanations for every question in the "Leetcode 75", "Grind 169", daily challenges, and many more study plan. I will be using C++
cpp leetcode leetcode-solutions
Last synced: 11 Jun 2026
https://github.com/cyberg4b/leetcode-exercises
Some LeetCode Data Structures exercises in TypeScript.
data-structures leetcode typescript
Last synced: 07 May 2026
https://github.com/singharyan1007/leetcode-solutions
Leetcode and GFG solutions
faang faang-preparation gfg java leetcode
Last synced: 03 Jun 2026
https://github.com/atakankizilyuce/leetcode-solutions
My LeetCode Solutions
Last synced: 04 Apr 2026
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: 13 Apr 2026
https://github.com/arunkumar201/leetcode_1000_problems
LeetCode 1000 Problems
java js leetcode leetcode-solutions
Last synced: 18 Apr 2026
https://github.com/mbtakanov/leet-code
LeetCode solutions in Python organized by algorithmic patterns. Each solution includes problem description, and time/space complexity analysis.
algorithms data-structures interview-preparation leetcode programming-challenges python
Last synced: 05 Apr 2026
https://github.com/jorgermduarte/leetcode
go golang leetcode leetcode-go leetcode-golang leetcode-solutions
Last synced: 05 Oct 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: 18 Apr 2026
https://github.com/emilwijayasekara/leetcode-2960-count-tested-devices-after-test-operations
LeetCode Problem 2960. Count Tested Devices After Test Operations - testing devices based on their battery percentages. For each tested device, its battery percentage is decremented by 1, and the operation is propagated to subsequent devices, with the goal of determining the total number of tested devices.
java leetcode leetcode-java leetcode-solutions
Last synced: 01 Mar 2025
https://github.com/bigpick/code-practice
Repository to house all sorts of various code practice sites, interview prep solutions, etc.
advent-of-code hackerrank interview-preparation leetcode practice-programming programming-exercises python python3 self-improvement
Last synced: 12 Jun 2026
https://github.com/grand-27-master/leetcode-solutions
Collection of LeetCode questions to ace the coding interview!
dsa interview-preparation leetcode problems
Last synced: 13 Jun 2026
https://github.com/shaharashe/leetcode
A collection of my LeetCode solutions, showcasing problem-solving skills and algorithmic techniques.
algorithm algorithm-challenges algorithms algorithms-and-data-structures data-structures leetcode leetcode-bash leetcode-c leetcode-cpp leetcode-csharp leetcode-java leetcode-javascript leetcode-practice leetcode-python leetcode-python3 leetcode-questions leetcode-solutions leetcode-sql math mathematics
Last synced: 13 Jun 2026
https://github.com/emilwijayasekara/leetcode-2441-largest-positive-integer-that-exists-with-its-negative
LeetCode Problem 2441.Largest Positive Integer That Exists With Its Negative - The problem requires finding the largest positive integer in an array such that its negative counterpart also exists in the array. The objective is to return this maximum positive integer, or -1 if no such integer is found.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Jun 2026
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: 20 Apr 2026
https://github.com/kritika30032002/kritika_leetcode
Collection of LeetCode questions to ace the coding interview!
algorithms algorithms-and-data-structures cpp-programming data-structures geeksforgeeks-cpp geeksforgeeks-solutions gfg-cpp gfg-solutions interview interview-practice interview-preparation interview-questions leetcode leetcode-cpp leetcode-practice leetcode-solutions
Last synced: 20 Apr 2026
https://github.com/emilwijayasekara/leetcode-2942-find-words-containing-character
LeetCode Problem 2942. Find Words Containing Character - The problem involves finding and returning the indices of words in a given array that contain a specific character 'x'. The task is to iterate through each word and identify those that include the specified character.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Jun 2026
https://github.com/emilwijayasekara/leetcode-1422-maximum-score-after-splitting-a-string
LeetCode Problem 1422. Maximum Score After Splitting a String - The problem involves maximizing the score by splitting a binary string into two parts and counting zeros on the left and ones on the right. The goal is to iterate through possible splits and return the highest achievable score.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Jun 2026
https://github.com/supercoderhawk/leetcode
leetcode练习
leetcode leetcode-c leetcode-java leetcode-python
Last synced: 21 Apr 2026
https://github.com/quantivio/lets_solve_problems
LeetCode and CodeChef problems with multiple solutions
codechef codechef-practice codechef-problems codechef-python-solutions codechef-solutions competitive-programming leetcode leetcode-python leetcode-solutions problemsolving python python3
Last synced: 05 Jun 2026
https://github.com/priyanshudutta04/java-dsa
This repository contains all the codes that I practice for dsa
Last synced: 17 Mar 2025
https://github.com/aglove2189/blind75
my python solutions to the Blind 75 LeetCode questions
Last synced: 22 Apr 2026
https://github.com/palmanov/leetcode-problems
Practice of solving algorithmic problems
leetcode leetcode-cpp leetcode-solutions
Last synced: 18 Jan 2026
https://github.com/infinity-boi/dsa-codes
Popular Competitive Programming Questions essential for interview preparation
algorithms competitive-programming data-structures leetcode spoj
Last synced: 06 Jun 2026
https://github.com/emilwijayasekara/leetcode-2667-create-hello-world-function-30-days-of-javascript-day-1
LeetCode Problem 2667. Create Hello World Function - In this problem we have to write a function createHelloWorld. It should return a new function that always returns "Hello World".
javascript leetcode leetcode-solutions
Last synced: 19 Oct 2025
https://github.com/shuklaritvik06/leetcode
Leetcode Questions that I solved using LEETHUB!
Last synced: 24 Apr 2026
https://github.com/franciscomoretti/coding-problems
Challenges, Katas, coding problems solutions for leetcode, hackerrank
Last synced: 24 Apr 2026
https://github.com/xoraus/leetcode-dsa-grind
There are intricate patterns woven throughout existence, and I am driven by an unrelenting quest to uncover and comprehend as many of them as I can.
codechef codeforces gfg interviewbit java leetcode lintcode sql topcoder
Last synced: 14 Jun 2026
https://github.com/chenhengqi/learn-rust-the-hard-way
learn rust by solving leetcode problems and by comparing with C++
Last synced: 24 Apr 2026
https://github.com/saiteja-madha/ds-and-algo
Solutions for problems related to data structures and algorithms
algorithms data-structures hackerrank leetcode
Last synced: 25 Apr 2026
https://github.com/emilwijayasekara/leetcode-1784-check-if-binary-string-has-at-most-one-segment-of-ones
LeetCode Problem 1784. Check if Binary String Has at Most One Segment of Ones - check if a binary string has at most one contiguous segment of ones. The function returns true if the ones form a single unbroken sequence; otherwise, it returns false.
java leetcode leetcode-java leetcode-solutions
Last synced: 06 Jun 2026
https://github.com/emilwijayasekara/leetcode-1816-truncate-sentence
LeetCode Problem 1816. Truncate Sentence - Given a sentence s and an integer k. You want to truncate s such that it contains only the first k words. Return s after truncating it.
java leetcode leetcode-java leetcode-solutions
Last synced: 01 Mar 2025
https://github.com/anuraganalog/leetcode
My Solutions to LeetCode Explore
coding coins competitive-programming explore february leetcode march solutions
Last synced: 25 Apr 2026
https://github.com/trihajikhr/leetcode-solutions
🛠️💡 This repository contains my solutions to LeetCode problems, organized by problem number. It serves as a record of my algorithm practice and a reference for improving problem-solving skills.
competitive-coding competitive-programming leetcode leetcode-cpp leetcode-practice leetcode-solutions problem-solution problem-solving
Last synced: 15 Jun 2026
https://github.com/rvk007/competitive-programming
Practice Competitive Programming in Python3
competettive-programming leetcode leetcode-solutions python
Last synced: 15 Jun 2026
https://github.com/will-molloy/coding-practice-java
coding practice/competitive programing with Java/Scala/Kotlin
advent-of-code hackerrank java kotlin leetcode project-euler scala
Last synced: 17 Jan 2026
https://github.com/rumaisanaveed/leetcode-solved-questions
These are the random questions which I solved on leetcode.
coding coding-challenges grinding leetcode logic-building practice problem-solving programming questions-solved
Last synced: 07 Jul 2025
https://github.com/thepravin/dsa-problems
Data Structures and Algorithms
codeforces-solutions cpp data-structures-and-algorithms dsa dsa-algorithm geeksforgeeks geeksforgeeks-cpp geeksforgeeks-solutions leetcode leetcode-cpp leetcode-solutions
Last synced: 16 Jun 2026
https://github.com/zsarge/leetcode
Random leetcode problems
leetcode leetcode-solutions leethub
Last synced: 22 Jun 2026
https://github.com/ruan-narici/leetcodequestions
This repository was created to store my answers to Leet Code questions
Last synced: 23 Feb 2025
https://github.com/michaelehab/leetcode-june-challenge-2022
This Repository contains my solutions to June LeetCoding Challenge 2022 problems.
algorithms backtracking binary-search bit-manipulation cpp dfs leetcode leetcode-solutions problem-solving recursion sorting strings two-pointers
Last synced: 07 Jun 2026
https://github.com/sangtrandev00/leetcode-practice
Source for practice and debug exercise on leetcode!!!
array bfs binary-search-tree bun bunjs codility datastructures-algorithms dfs hashtable leetcode leetcode-patterns linkedlist queues searching-algorithms slide-window sorting-algorithms stack tree typescript unitest
Last synced: 27 Apr 2026
https://github.com/xdwangwei/leetcode
我的leetcode刷题笔记,不定时更新,目前只有200多题,进行了分类,每道题提供了多种解法以及详细的注释,部分标注了原题解地址
algorithms datastructures leetcode leetcode-java
Last synced: 28 Apr 2026
https://github.com/davzoku/leetcode-obsidian-frontend
Next.js Frontend of Leetcode Solutions. 1/2 of leetcode.walterteng.com
interview-preparation leetcode leetcode-python leetcode-solutions nextjs
Last synced: 28 Apr 2026
https://github.com/vanessaaleung/a-leetcode-a-day
Chrome extension that pops up a random LeetCode top 100 question.
Last synced: 28 Apr 2026