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-06 00:17:17 UTC
- JSON Representation
https://github.com/ieshaan12/interview-prep
competitive-programming hacktoberfest leetcode python3
Last synced: 03 Dec 2024
https://github.com/emahtab/path-sum-iii
leetcode path-sum prefix-sum recursion
Last synced: 07 Dec 2024
https://github.com/emahtab/permutations
Permutations
leetcode permutations problem-solving recursion
Last synced: 07 Dec 2024
https://github.com/emahtab/top-k-frequent-words
leetcode problem-solving top-k-words treemap
Last synced: 07 Dec 2024
https://github.com/emahtab/top-k-frequent-elements
Find top k frequent elements
leetcode problem-solving top-k treemap
Last synced: 07 Dec 2024
https://github.com/emahtab/validate-a-binary-search-tree
Validate a Binary Search Tree
binary-search-tree inorder-traversal leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/min-cost-to-connect-all-points
Find the min cost for the Minimum Spanning Tree (MST)
leetcode minimum-spanning-tree prims-algorithm
Last synced: 07 Dec 2024
https://github.com/emahtab/move-zeroes
Move Zeroes
constant-space leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/unique-binary-search-trees
Count the total number of BST possible with n numbers
binary-search-tree dynamic-programming leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/sum-of-two-integers
Sum two integers without using + operator
bit-shifting bitwise-operators leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/spiral-matrix
Spiral Traversal of a 2D Matrix
leetcode problem-solving spiral-traversal
Last synced: 07 Dec 2024
https://github.com/emahtab/string-to-integer-atoi
leetcode problem-solving string-to-number
Last synced: 07 Dec 2024
https://github.com/emahtab/surrounded-regions
Surrounded Regions
dfs leetcode problem-solving surrounded-regions
Last synced: 07 Dec 2024
https://github.com/emahtab/sort-list
leetcode linked-list merge-sort problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/smallest-subtree-with-all-the-deepest-nodes
Find the smallest subtree with all the deepest nodes in a binary tree
bfs breadth-first-search leetcode lowest-common-ancestor problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/search-in-rotated-sorted-array
Search in rotated sorted array
binary-search leetcode problem-solving search
Last synced: 07 Dec 2024
https://github.com/emahtab/shuffle-an-array
Shuffle an array
array fisher-yates-shuffle leetcode problem-solving shuffle
Last synced: 07 Dec 2024
https://github.com/emahtab/search-in-a-binary-search-tree
Search in a binary search tree
binary-search-tree leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/roman-to-integer
Roman to Integer
leetcode problem-solving roman-numerals
Last synced: 07 Dec 2024
https://github.com/emahtab/same-tree
Check whether two binary trees are same
binary-tree dfs leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/remove-nth-node-from-end-of-list
Remove nth node from end of the linked list
leetcode linked-list problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/search-2d-matrix
Search 2D Matrix
binary-search leetcode problem-solving
Last synced: 07 Dec 2024
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/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/kendalblythe/leetcode-typescript
Contains my solutions to LeetCode problems using TypeScript.
biome jest leetcode leetcode-solutions typescript vscode yarn
Last synced: 03 Dec 2024
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/postor/leetcode-mvp-services
leetcode的最小可用实现 | mvp realization of leetcode
Last synced: 26 Nov 2024
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/wojwozniak/leetcode
Leetcode solutions
algorithms algorithms-and-data-structures leetcode
Last synced: 19 Dec 2024
https://github.com/eminencegrs/coding-challenges
This repository is a consolidated collection of solutions to popular coding challenges.
algorithms coding-challenges csharp dotnet hackerrank leetcode problem-solving
Last synced: 28 Nov 2024
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/anshiii/leetcode-javascript
The answer of problems from leetcode in javascript
Last synced: 22 Nov 2024
https://github.com/nikiforovall/leetcode-playground-fsharp-template
fsharp leetcode leetcode-fsharp
Last synced: 19 Dec 2024
https://github.com/abdoufermat5/algorithmique
# Resolution de quelques problemes et implémentations de quelques algorithmes
algorithms competitive-programming data-structures dsa-algorithm leetcode python
Last synced: 11 Nov 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/fritx/mixed-playground
Test-driven doing LeetCode in Go, Python, Rust, Java and even Solidity!
Last synced: 15 Nov 2024
https://github.com/pavan-kamthane/programming-questions
I am upload some leetcode questions answers in this repository. Hope You like it
coding java leetcode leetcode-solutions
Last synced: 18 Nov 2024
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: 11 Nov 2024
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/imajinyun/leetcode-python
🚀 🐍 🌈 LeetCode with Python 🔥
leetcode leetcode-python leetcode-python3 leetcode-solutions
Last synced: 19 Nov 2024
https://github.com/xarcgit/challenge
Year-Long Challenge
leetcode leetcode-practice leetcode-python3 leetcode-solutions
Last synced: 28 Nov 2024
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: 13 Nov 2024
https://github.com/butuzov/leetcode.go
Hands-On Practice
algorithm-challenges algorithms datastructures golang leetcode
Last synced: 26 Nov 2024
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: 19 Nov 2024
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/gabrielseibel1/leetcoderust
Leetcode solutions in rust
leetcode leetcode-rust leetcode-solutions rust rustlang
Last synced: 19 Nov 2024
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/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/neo/leetcode-jest
jest leetcode leetcode-javascript leetcode-solutions
Last synced: 29 Nov 2024
https://github.com/gabrielpalassi/leetcodets
LeetCode Top Inteview 150 solutions in TypeScript.
leetcode leetcode-solutions leetcode-typescript
Last synced: 29 Nov 2024
https://github.com/kimi0230/leetcodegolang
Leetcode, Codility and GeekforGeeks algorithms exercises written in Golang.
algorithms codility codility-lessons codility-lessons-exercises data-structures geekforgeeks-solutions geeksforgeeks gitbook golang leetcode leetcode-golang leetcode-solutions
Last synced: 15 Nov 2024