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-23 00:17:39 UTC
- JSON Representation
https://github.com/emahtab/kth-largest-element-in-an-array
kth largest element in an array
Last synced: 28 Mar 2025
https://github.com/emahtab/merge-k-sorted-lists
Merge k Sorted Linked Lists
leetcode merge-sorted-lists min-heap priority-queue problem-solving
Last synced: 20 Oct 2025
https://github.com/priyakdey/leetcode
Solutions to problems from leetcode
algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures data-structures leetcode leetcode-python leetcode-solutions python3
Last synced: 28 Mar 2025
https://github.com/emahtab/random-pick-index
Random pick index
constant-space leetcode problem-solving random
Last synced: 12 Sep 2025
https://github.com/cyberguru1/golangleetcodesolution
leetcode problems solved in golang
algorithms algorithms-and-data-structures arrays blind75 dp go golang golang-examples interface leetcode lists maps sorting stacks structs
Last synced: 13 Mar 2025
https://github.com/XoXoHarsh/CodersHub
CodersHub is a mobile app that simplifies access to coding profiles by consolidating platforms like LeetCode and Codeforces. It offers a user-friendly interface for viewing profiles, tracking ratings, and navigating daily problems without switching apps or logging in repeatedly.
codeforces competitive-programming firebase geeksforgeeks java leetcode mobile-app
Last synced: 24 Feb 2025
https://github.com/thatbeautifuldream/leetcode-sync
Leetcode Sync
leetcode leetcode-problems leetcode-solutions
Last synced: 21 Mar 2025
https://github.com/siaexplains/algorithms-solutions
problem solutions, algorithms, leetcode, codility, code challenges, etc.
algorithm algorithms codility hackerrank javascript leetcode typescript
Last synced: 20 Jul 2025
https://github.com/fireinrain/leetcode-runs
leetcode exercise that implemented by Java
Last synced: 19 Jul 2025
https://github.com/atennop1/codeproblemssolutions
Repository for making tasks from Codewars and LeetCode
codewars codewars-solutions cpp learning leetcode leetcode-solutions
Last synced: 23 Feb 2025
https://github.com/aden-q/leetcode
LeetCode Solutions
algorithms cplusplus leetcode leetcode-python3 leetcode-solutions python python3
Last synced: 21 Jul 2025
https://github.com/mohamedhany99/finding-maximum-depth-of-binary-tree-leetcode-problem-solution
The solution of LeetCode Problem "finding maximum depth of binary tree" a top interview questions list developed in python python3
leetcode leetcode-practice leetcode-python leetcode-questions leetcode-solutions problem-solving problemsolving python python-3 python-script python3 technical-coding-interview technical-interviews technical-test
Last synced: 09 Mar 2025
https://github.com/emahtab/missing-number
Find the missing number
hashset leetcode problem-solving
Last synced: 21 Jul 2025
https://github.com/cyberoctane29/leetcode-sql-problem-solving
This repository features my SQL problem-solving approach and solutions to LeetCode problems, categorized by difficulty: Easy, Medium, and Hard. Each file may include multiple solutions to a problem, showcasing different approaches or optimizations. All solutions are explained clearly, making this a valuable resource for mastering SQL techniques.
leetcode leetcode-solutions leetcode-sql leetcodesql problem-solving
Last synced: 23 Jun 2025
https://github.com/emahtab/intersection-of-two-linked-lists
Intersection of two Linked Lists
hashset intersection leetcode linked-list merge-point problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/course-schedule-ii
leetcode problem-solving queue topological-sort
Last synced: 28 Mar 2025
https://github.com/emahtab/flood-fill
Flood Fill
dfs flood-fill leetcode problem-solving recursion
Last synced: 28 Mar 2025
https://github.com/emahtab/implement-strstr
kmp-algorithm leetcode pattern-matching rolling-hash
Last synced: 28 Mar 2025
https://github.com/emahtab/insert-delete-getrandom
Insert delete getRandom() in O(1) average
hashmap leetcode list problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/binary-tree-preorder-traversal
Binary Tree Preorder Traversal
binary-tree leetcode preorder-traversal problem-solving
Last synced: 28 Mar 2025
https://github.com/muhammetgumus/leetcode
LeetCode algorithm problems solutions & interview questions
algorithm algorithms data-structure data-structure-java data-structures data-structures-and-algorithms interview-preparation interview-questions leetcode leetcode-java leetcode-practice leetcode-questions leetcode-solutions problem problem-solving problemsolving
Last synced: 23 Feb 2025
https://github.com/emahtab/factorial-trailing-zeroes
Find number of trailing zeroes in factorial of a number
factorial leetcode maths maths-problem problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/course-schedule
Course Schedule
bfs dfs kosaraju-algorithm leetcode problem-solving strongly-connected-components topological-sort
Last synced: 28 Mar 2025
https://github.com/emahtab/flipping-an-image
Flipping an image
array leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/evaluate-reverse-polish-notation
Evaluate Reverse Polish Expression
leetcode problem-solving reverse-polish-notation stack
Last synced: 19 Jun 2025
https://github.com/emahtab/container-with-most-water
Container with most water problem
container-with-most-water leetcode leetcode-java problem-solving two-pointers
Last synced: 28 Mar 2025
https://github.com/mohamedhany99/find-all-k-distant-indices-in-an-array-leetcode-problem-solution-python
"Find All K-Distant Indices in an Array" LeetCode problem developed in Python
array indices k-distance-graph leetcode leetcode-python leetcode-solutions problem-solving python python3
Last synced: 09 Mar 2025
https://github.com/mohamedhany99/number-of-matching-subsequences-leetcode-problem
"Number of Matching Subsequences" LeetCode Problem Solution
leetcode leetcode-python leetcode-solutions problem-solving python python3 subseq subsequence
Last synced: 09 Mar 2025
https://github.com/mohamedhany99/single-number-leetcode-problem-solving-with-python-python3
this is the solve of the single number problem on LeetCode problem number 136 developed in python python3
leetcode leetcode-practice leetcode-python leetcode-questions leetcode-solutions problem-solving problemsolving python python-3 python-script python3 top-interview-questions vscode
Last synced: 09 Mar 2025
https://github.com/mohamedhany99/leetcode-problem-reverse-linked-list-solution-in-python
the solution of the leetcode problem "reverse linked list" numbered (206) developed in python python3
leetcode leetcode-practice leetcode-python leetcode-python3 leetcode-questions leetcode-solutions problem-solving python-3 python-script python3
Last synced: 09 Mar 2025
https://github.com/mohamedhany99/21.-merge-two-sorted-lists-leetcode-solution-python-python3
21. Merge Two Sorted Lists Problem solution on LeetCode developed in Python(3)
interview interview-preparation interview-questions leetcode leetcode-practice leetcode-python leetcode-questions leetcode-solutions problem problem-solving problemsolving python python3
Last synced: 09 Mar 2025
https://github.com/justin-pyne/coding-problems
A collection of my LeetCode solutions for Python data structure/algorithm problems and SQL problems, organized by language.
algorithms leetcode leetcode-solutions python sql
Last synced: 22 Feb 2025
https://github.com/hellojukay/leetcode
这是一个LeetCode刷题项目
golang leetcode leetcode-golang
Last synced: 23 Jun 2025
https://github.com/marcode24/coding-challenges
🎯 This repository contains a collection of challenges that I have solved in the past using javascript and jest for testing
coderbyte codewars codewars-challenges codewars-javascript codewars-kata codewars-solutions coding-challenges eslint github-actions husky interview-questions javascript jest katas leetcode leetcode-javascript leetcode-solutions lint-staged questions test
Last synced: 29 Mar 2025
https://github.com/emahtab/binary-tree-pruning
Binary Tree Pruning
binary-tree leetcode problem-solving pruning
Last synced: 14 Jun 2025
https://github.com/emahtab/clone-a-graph
Clone a Graph
breadth-first-search clone graph leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/binary-tree-level-order-traversal-ii
Binary Tree Level Order Traversal
bfs binary-tree binary-tree-traversal leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/convert-sorted-array-to-binary-search-tree
Convert Sorted Array to Height Balanced Binary Search Tree
binary-search-tree leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/battleships-in-a-board
Count the total Battleships in a board
dfs graph leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/mohamedhany99/merge-sorted-array-python-leetcode-solution
the solution of LeetCode "Merge Sorted Array" in python (problem solving)
leetcode leetcode-python leetcode-questions leetcode-solutions python tech-interview tech-interviews technical technical-interview-questions technical-interviews
Last synced: 09 Mar 2025
https://github.com/emahtab/binary-tree-inorder-traversal
Binary Tree Inorder Traversal
binary-tree inorder-traversal leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/best-time-to-buy-and-sell-stock-ii
Find the max profit buying and selling stock with unlimited number of transactions.
buy-and-sell leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/closest-binary-search-tree-value
Closest Binary Search Tree Value
binary-search-tree leetcode problem-solving
Last synced: 21 Aug 2025
https://github.com/emahtab/add-two-numbers
Add two linked lists nodes
leetcode linked-list problem-solving
Last synced: 12 Jul 2025
https://github.com/mohamedhany99/reverse-string-solving-of-leetcode-problem-developed-in-python
This is the solution of the problem solving of the problem of reverse an array of string on leetcode numbered 344
interview interview-preparation interview-questions leetcode leetcode-practice leetcode-python leetcode-questions leetcode-solutions problem-solving problemsolving technical-coding-interview technical-interviews technical-test
Last synced: 09 Mar 2025
https://github.com/emahtab/copy-list-with-random-pointer
Copy a Linked List with Random Pointer
clone leetcode linked-list problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/cousins-in-binary-tree
Check whether given two nodes are cousins in a binary tree
binary-tree dfs leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/delete-nodes-and-return-forest
depth-first-search forest leetcode
Last synced: 27 Aug 2025
https://github.com/emahtab/count-square-submatrices-with-all-ones
Count square submatrices with all ones
dynamic-programming leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/check-completeness-of-a-binary-tree
Checking whether a binary tree is Complete binary tree or not
bfs complete-binary-tree leetcode problem
Last synced: 28 Mar 2025
https://github.com/emahtab/decode-ways
Number of ways to decode
dynamic-programming leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/count-complete-tree-nodes
Count total nodes in a Complete Binary Tree
complete-binary-tree leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/closest-leaf-in-a-binary-tree
Closest Leaf node from a given node in a binary tree
breadth-first-search closest-leaf graph leetcode
Last synced: 28 Mar 2025
https://github.com/thutasann/ts-leet
algorithms, leet code solutions and typescript fundamentals
algorithms leetcode typescript
Last synced: 24 Feb 2025
https://github.com/unorsk/goog
Mostly Leetcode challenges
algorithm-challenges algorithms haskell leetcode
Last synced: 06 Apr 2025
https://github.com/nolleh/leetcode
solving leetcode problems
alrogithm leetcode leetcode-python3
Last synced: 13 Mar 2025
https://github.com/shariar-rafi/blind-75-leetcode-solutions-in-javascript
Blind 75 LeetCode Solutions in JavaScript
blind75 competitive-programming javascript leetcode leetcode-solutions
Last synced: 29 Mar 2025
https://github.com/karanchawla/programmingpractice
This repository contains my implementations of common algorithms and data structures. It also includes some competitive coding problems solutions.
cpp cpp-primer geeksforgeeks leetcode programming-language
Last synced: 21 Mar 2025
https://github.com/tkachuk-ai/leet-code
My LeetCode solutions (from Brute Force to possible efficient algorithms with time and space complexity analysis) provided for the reference. The repo is continuously updated 🔛
interview-practice interview-preparation interview-questions leetcode leetcode-java leetcode-solutions
Last synced: 04 Mar 2025
https://github.com/jaebradley/leetcode
Leetcode Problem Solutions
leetcode leetcode-java leetcode-solutions programming-challenges
Last synced: 04 Mar 2025
https://github.com/jaebradley/leetcode.js
Leetcode solutions, written in JavaScript
Last synced: 04 Mar 2025
https://github.com/dhrupad17/leetcode_binarysearchstudyplanii
In computer science, binary search, also known as half-interval search or logarithmic search, is a search algorithm that is commonly used to find the position of a target value within a sorted array. However, the binary search algorithm is not limited to arrays. In any scenario where one can determine if the target value is higher or lower than a given value, binary search can be used to repeatedly halve the search space for a target value.
array binary-search greedy hashtable leetcode leetcode-solutions math sorting string tree two-pointers
Last synced: 18 Jul 2025
https://github.com/bansal-samarth/daily-dose-of-dsa
A collection of my DSA solutions—cracking problems one algorithm at a time!
algorithms-and-data-structures data-structures dsa geeksforgeeks geeksforgeeks-solutions leetcode leetcode-solutions
Last synced: 06 Apr 2025
https://github.com/ralvarezdev/leetcode
My solutions to Leetcode's challenges
30-day-leetcoding-challenge 30-days-of-javascript javascript leetcode leetcode-js leetcode-solutions sql sql-50
Last synced: 13 Mar 2025
https://github.com/lauslim12/competitive-programming
My solutions for many competitive programming websites.
algorithms codeforces competitive-programming cplusplus data-structures leetcode
Last synced: 16 Jul 2025
https://github.com/gituser143/goleet
Solutions to LeetCode problems in GoLang!
competitive-coding go golang leetcode leetcode-solutions solutions
Last synced: 17 Mar 2025
https://github.com/ayman1902/leetccode-ps
LeetCode solution with python :ocean:
competiitve-programming interview-preparation leetcode leetcode-solutions python
Last synced: 12 Mar 2025
https://github.com/vaibhav18matere/practice
A central repository to practice DSA, JavaScript, React; almost everything around problem solving and logic building
design-patterns dsa javascript leetcode react
Last synced: 31 Mar 2025
https://github.com/lewiszlw/leetcode
LeetCode problems' solutions implemented by java, c
Last synced: 14 Jul 2025
https://github.com/manav-khandurie/practice_leetcode
Practicing LeetCode over here
leetcode leetcode-java leetcode-solutions
Last synced: 06 Apr 2025
https://github.com/emahtab/first-unique-character-in-a-string
Find the first unique character in a string
hashmap leetcode problem-solving
Last synced: 14 Jul 2025
https://github.com/omkarshinde1711/leetcode
Cracking LeetCode puzzles one bug at a time — algorithms, data structures, and a bit of caffeine-fueled magic!
algorithms coding-challenges cpp data-structures github-actions interview-prep java leetcode problem-solving python
Last synced: 14 Jul 2025
https://github.com/anvouk/leetcode
C/C++ leetcode personal solutions
leetcode leetcode-c leetcode-cpp leetcode-solutions
Last synced: 24 Feb 2025
https://github.com/dov4k1n/yandex
Решения задач на алгоритмы и конспекты лекций школы мобильной разработки
android kotlin leetcode yandex
Last synced: 29 Mar 2025
https://github.com/iron-buster/leetcode-python
python算法题代码 (leetcode, codeforces, atcoder)
algorithms atcoder datastructures leetcode python solutions
Last synced: 03 Mar 2025
https://github.com/emahtab/daily-temperatures
Find the days after which there will be a warmer day
leetcode problem-solving stack
Last synced: 26 Jun 2025
https://github.com/huseynovvusal/python-dsa-course
📘 Official repository of "Data Structures & Algorithms with Python" course in Azerbaijani on Udemy.
algorithms-and-data-structures leetcode python udemy-course
Last synced: 18 Jul 2025
https://github.com/farial-mahmod/coding-problem-solving-using-swift
Solution of various Leetcode and other coding challenges using Swift.
competitive-programming ios leetcode leetcode-solutions problem-solving swift
Last synced: 12 Jul 2025
https://github.com/mohuishou/leetcode
leetcode leetcode-golang leetcode-javascript
Last synced: 15 May 2025
https://github.com/emanuelefavero/leetcode
This repository contains my solutions to LeetCode problems
algorithms data-structures javascript leetcode leetcode-solutions
Last synced: 29 Mar 2025
https://github.com/vartikaraj2512/dsa-training
**DSA-Training** 📚🚀: A comprehensive C-based DSA repository covering arrays, linked lists, stacks, queues, trees, graphs, hashing, dynamic programming, greedy algorithms, backtracking, sorting, and searching. Essential for placement prep and industry use, showcasing technical proficiency, problem-solving , and readiness for top tech roles. 🌟💻
Last synced: 04 Mar 2025
https://github.com/matveyguralskiy/leet-code
Leet-code Solutions of problems using programming languages such as Python, JavaScript, C++ and Bash. Here are all the solutions to problems from my personal profile
bash javascript leetcode leetcode-solutions postgresql python
Last synced: 11 Mar 2025
https://github.com/5j54d93/leetcode
My code to solve LeetCode problem in C/C++.
c cpp leetcode leetcode-solutions
Last synced: 22 Mar 2025
https://github.com/dev-ik/leetcode-typescript
Solutions for leetcode by typescript
leetcode leetcode-solutions leetcode-typescript typescript
Last synced: 06 Apr 2025
https://github.com/archie94/codes
Important codes implementing various algorithms and day to day problems.
algorithm c codechef competitive-programming contest cpp hackerrank leetcode leetcode-java leetcode-solutions spoj
Last synced: 22 Jun 2025
https://github.com/viniciuscestarii/leetcode
🐱💻 Leetcodes that I have done
Last synced: 21 Mar 2025