Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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-01-29 00:16:47 UTC
- JSON Representation
https://github.com/emahtab/coin-change-2
Coin Change Problem (Total number of ways to make change) Implementation
coin-change dynamic-programming leetcode
Last synced: 07 Dec 2024
https://github.com/emahtab/combination-sum
backtracking combinations leetcode
Last synced: 07 Dec 2024
https://github.com/emahtab/connecting-cities-with-minimum-cost
Minimum Spanning Tree
graph kruskals-algorithm leetcode minimum-spanning-tree prims-algorithm
Last synced: 07 Dec 2024
https://github.com/emahtab/palindrome-linked-list
Check If Linked List is Palindrome
leetcode linked-list palindrome problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/merge-two-binary-trees
Merge Two Binary Trees
binary-tree leetcode merge-binary-trees problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/minimum-window-substring
Find the minimum window substring containing all letters of target string
leetcode problem-solving sliding-window
Last synced: 07 Dec 2024
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: 07 Dec 2024
https://github.com/emahtab/merge-intervals
Merge Intervals Problem
leetcode merge-intervals problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/middle-of-the-linked-list
Find the middle node of the Linked List
leetcode linked-list problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/maximum-width-of-binary-tree
Calculate the maximum width of Binary Tree
binary-tree dfs leetcode problem-solving width-of-binary-tree
Last synced: 07 Dec 2024
https://github.com/emahtab/maximal-square
Find the maximal square area
dynamic-programming leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/max-stack
Max Stack
leetcode problem-solving stack
Last synced: 07 Dec 2024
https://github.com/emahtab/max-area-of-island
Max area of Island
bfs breadth-first-search depth-first-search dfs leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/majority-element
Majority Element
leetcode majority-element problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/longest-common-prefix
Find the longest common prefix among strings
leetcode prefix problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/lowest-common-ancestor-of-deepest-leaves
Find the lowest common ancestor of deepest leaves
bfs breadth-first-search leetcode lowest-common-ancestor problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/largest-rectangle-in-a-histogram
Largest rectangle in a histogram
Last synced: 07 Dec 2024
https://github.com/emahtab/longest-consecutive-sequence
leetcode sorting sorting-algorithms
Last synced: 07 Dec 2024
https://github.com/emahtab/longest-increasing-subsequence
Longest Increasing Subsequence
dynamic-programming leetcode longest-increasing-subsequence problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/longest-palindromic-substring
Find longest palindromic substring in a string
leetcode palindrome problem-solving substring
Last synced: 07 Dec 2024
https://github.com/emahtab/linked-list-cycle
Linked List Cycle
detect-cycle hashset leetcode linked-list problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/jump-game
Jump Game
jump-game leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/kth-smallest-element-in-a-bst
kth Smallest element in a BST
binary-search-tree leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/kth-largest-element-in-an-array
kth largest element in an array
Last synced: 07 Dec 2024
https://github.com/emahtab/flatten-binary-tree-to-linked-list
Flatten a Binary Tree to Linked List
flatten flatten-binary-tree leetcode preorder problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/implement-queue-using-stacks
Implement Queue using Stacks
leetcode problem-solving queue stack
Last synced: 07 Dec 2024
https://github.com/emahtab/kth-largest-element-in-a-stream
kth Largest element in a stream
Last synced: 07 Dec 2024
https://github.com/emahtab/inorder-successor-in-bst
Inorder Successor in BST
binary-search-tree inorder-successor leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/island-perimeter
Island Perimeter
island-perimeter leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/is-graph-bipartite
bipartite-graph breadth-first-search leetcode
Last synced: 07 Dec 2024
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: 07 Dec 2024
https://github.com/emahtab/intersection-of-two-arrays-ii
Find the elements which intersect
hashmap leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/implement-stack-using-queues
Implement Stack using Queues
leetcode problem-solving queue stack
Last synced: 07 Dec 2024
https://github.com/emahtab/implement-strstr
kmp-algorithm leetcode pattern-matching rolling-hash
Last synced: 07 Dec 2024
https://github.com/emahtab/insert-delete-getrandom
Insert delete getRandom() in O(1) average
hashmap leetcode list problem-solving
Last synced: 07 Dec 2024
https://github.com/manavalan2517/leet-code-problems
Collection of LeetCode questions with solution
dsa dsa-algorithm dsa-java dsa-practice dsa-questions leetcode leetcode-java leetcode-practice leetcode-python leetcode-python3 leetcode-solutions
Last synced: 30 Dec 2024
https://github.com/subramanyaks/leetcodepractise
Leatcode practise questions
leetcode leetcode-java leetcode-solutions
Last synced: 20 Jan 2025
https://github.com/owainlewis/leetcode
Programming exercises
leetcode leetcode-java leetcode-solutions programming-exercises
Last synced: 05 Dec 2024
https://github.com/beakerandjake/leetcode
My leetcode solution repository
leetcode leetcode-javascript leetcode-solutions
Last synced: 18 Jan 2025
https://github.com/basheerrajeh/leetcode
LeetCode Solutions: My curated collection of solved problems from LeetCode. Enhance my coding skills.
algorithms leetcode problem-solving
Last synced: 05 Dec 2024
https://github.com/eagleoflqj/leetcode
Bad code. Not for job obviously. For learning STL only.
Last synced: 25 Jan 2025
https://github.com/dmdv/go-algo
Data structures in Golang. Leetcode, Hackerrank
algorithms challenges data-structures datastructures hackerrank leetcode
Last synced: 19 Dec 2024
https://github.com/memirdogan/leetcode
My answers to LeetCode questions
leetcode leetcode-java leetcode-python leetcode-solutions leetcodesql
Last synced: 12 Jan 2025
https://github.com/wojwozniak/leetcode
Leetcode solutions
algorithms algorithms-and-data-structures leetcode
Last synced: 19 Dec 2024
https://github.com/zainali104/leetcode-solutions
LeetCode Problems' Solutions - For knowledge purpose✨
leetcode leetcode-go leetcode-javascript leetcode-solutions
Last synced: 20 Jan 2025
https://github.com/shivambasak/java-program
program done by me for assignment there are many different program you can check also contains leetcode solution and leetcode contest solution i was able to do
dsa-java dsa-practice leetcode leetcode-java leetcode-solutions
Last synced: 20 Jan 2025
https://github.com/shortthirdman/quickstart-coding-challenges
Quickstart Coding Challenges
codesignal codesignal-java codility codility-java coding-challenge hackerrank hackerrank-java java leetcode leetcode-java
Last synced: 20 Jan 2025
https://github.com/guerinoni/leetcode
My solutions for leetcode problems.
leetcode leetcode-rust leetcode-solutions rust
Last synced: 05 Dec 2024
https://github.com/daverbk/daverbk
Profile readme 💁🏽
github leetcode most-used-languages profile-readme
Last synced: 27 Dec 2024
https://github.com/theavgman/my-leetcode-solutions
My Documented Solutions to LeetCode Problems
java leetcode leetcode-java leetcode-solutions problem-solving
Last synced: 12 Jan 2025
https://github.com/nikiforovall/leetcode-playground-fsharp-template
fsharp leetcode leetcode-fsharp
Last synced: 19 Dec 2024
https://github.com/noogler-eng/sql_pratise
this repo contains all the leetcode sql questions solution with question link, it is top 50 sql sheet questions solution
Last synced: 13 Dec 2024
https://github.com/noogler-eng/leetcode_workers
this will indicate how leetcode main server is working so smoothly, there is less load on the main server which is done using worker nodes, this model is implemented using redis or external queue
Last synced: 13 Dec 2024
https://github.com/noogler-eng/dsa-pratise
it contains my daily practice dsa questions solution with question link, mainly its consist leetcode solutions
codechef codeforces dsa geeksforgeeks leetcode
Last synced: 13 Dec 2024
https://github.com/netodeolino/algorithms
algorithms cracking-the-coding-interview hackerrank interview-questions leetcode oop
Last synced: 20 Jan 2025
https://github.com/fritx/mixed-playground
Test-driven doing LeetCode in Go, Python, Rust, Java and even Solidity!
Last synced: 16 Jan 2025
https://github.com/ismailza/leetcode
This repository contains my solutions to LeetCode problems.
Last synced: 18 Jan 2025
https://github.com/zh1995/leetcode-cn-hot100
Real men solves leetcode-cn hot 100 problem.
leetcode leetcode-cpp leetcode-golang leetcode-hot100
Last synced: 20 Jan 2025
https://github.com/arslanoov/py-cs-playground
Computer Science basics in Python
algorithm algorithms computer-science data-structures leetcode python
Last synced: 09 Nov 2024
https://github.com/arslanoov/cs-playground
My Computer Science Education
algorithms computer-science data-structures javascript leetcode python typescript
Last synced: 09 Nov 2024
https://github.com/elliotwutingfeng/grokking-algorithms
Solutions to problems listed in the book "grokking algorithms" by Aditya Y. Bhargava
algorithm algorithms leetcode python
Last synced: 10 Jan 2025
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: 26 Jan 2025
https://github.com/zh1995/algorithm
This repository contains my solutions to problems on LeetCode. Each problem solution contains detailed problem-solving ideas and code implementation.
Last synced: 20 Jan 2025
https://github.com/shiqilu77/leetcode-solutions
The solutions to the leetcode questions are recorded. All solutions here beat 70%-100% of the solutions to the question
algorithms bfs dfs graph leetcode map string
Last synced: 05 Jan 2025
https://github.com/cowienduckie/daily-leet-code
Solutions for LeetCode daily problems
Last synced: 12 Jan 2025
https://github.com/iskander-faggod/leetcode_typescript
Сборник задач с литкода, которые написаны мной на TS. Will be updated soon.
Last synced: 20 Jan 2025
https://github.com/haxpor/comppuva
competitive-programming cpp leetcode problems solutions uva
Last synced: 20 Jan 2025
https://github.com/rayc2045/codewars-challenge
Join the journey of achieving code mastery
codewars codewars-challenges codewars-javascript codewars-kata codewars-kata-solution codewars-solutions kata leetcode leetcode-javascript leetcode-solutions ranks skills
Last synced: 26 Jan 2025
https://github.com/harshitwaldia/leetcode
Explore my Python solutions to LeetCode problems, featuring algorithms, data structures, and dynamic programming. Enhance your coding skills with detailed explanations.
leetcode leetcode-python leetcode-solutions python3
Last synced: 19 Dec 2024
https://github.com/ayaka14732/leetcode-python-oneliner
Can you solve LeetCode problems in one-line Python code?
leetcode leetcode-solutions oneliners python
Last synced: 26 Jan 2025
https://github.com/yukunj/leetcode-practice-by-tag
This is the repository for LeetCode coding exercise starting May 2021.
algorithms-and-data-structures leetcode python
Last synced: 05 Dec 2024
https://github.com/rana/ltcd
LeetCode solutions in Rust.
leetcode leetcode-rust leetcode-solutions rust rust-lang rustlang
Last synced: 12 Oct 2024
https://github.com/akshayone8/coding-challenges
JavaScript challenges, which include problems from LeetCode, CodeWars, and others.
codewars codewars-kata-solution freecodecamp freecodecamp-challenge javascript leetcode
Last synced: 05 Dec 2024
https://github.com/balintsoos/leetcode-solutions-ts
My LeetCode solutions in Typescript
javascript leetcode leetcode-solutions typescript
Last synced: 17 Dec 2024
https://github.com/tbpaolini/leetcode
My solutions for the LeetCode's problems
leetcode leetcode-c leetcode-python leetcode-solutions
Last synced: 13 Dec 2024
https://github.com/robertboy18/comptetive-programming-solutions
Competitive programming solutions - Leetcode, Hackerrank, Codechef, Project Euler, Codeforces
codeforces hackerrank hackertoberfest hackertoberfest2020 leetcode project-euler
Last synced: 20 Jan 2025
https://github.com/letsdeepchat/leetcode-30-days-of-javascript-programming
A closure in JavaScript occurs when a function "remembers" its lexical scope (the variables and functions that were in scope at the time it was created), even if it's executed outside that scope.
closure closure-leetcode deepak-chaudhari deepak14ri javascript-closures leetcode leetcode-closure leetcode-javascript-solutions leetcode-solutions
Last synced: 19 Dec 2024
https://github.com/xwchris/leetcode
前端也要学习算法,记录Leetcode解题过程
algorithms frontend javascript leetcode
Last synced: 19 Dec 2024
https://github.com/mantisclone/leetcode-rust
A repository of my LeetCode answers in Rust.
Last synced: 05 Jan 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: 02 Jan 2025
https://github.com/gs-101/leetcode-solutions
Collection of solutions for leetcode, sorted by language and named by problem number.
leetcode leetcode-cpp leetcode-java leetcode-python leetcode-python3 leetcode-rust leetcode-solutions
Last synced: 05 Jan 2025
https://github.com/albugowy15/odop
ODOP (One Day One Problem) Leetcode solutions written in Rust
Last synced: 27 Dec 2024
https://github.com/leye195/algorithm-coding
알고리즘 코딩 문제 풀이 저장소 입니다.
algorithm baekjoon javascript leetcode programmers python
Last synced: 13 Dec 2024
https://github.com/milesrack/leetcode
A repository of LeetCode problems I have solved.
algorithms algorithms-and-data-structures data-structures leetcode leetcode-python leetcode-solutions python python3
Last synced: 05 Jan 2025
https://github.com/camille-004/leetcode-code-resources
LeetCode solutions and explanations
Last synced: 19 Dec 2024