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-02-02 00:16:52 UTC
- JSON Representation
https://github.com/emahtab/linked-list-cycle
Linked List Cycle
detect-cycle hashset leetcode linked-list problem-solving
Last synced: 02 Feb 2025
https://github.com/rxy001/leetcode-spider
Fetching the algorithm questions that have been accepted on own LeetCode account.
Last synced: 15 Jan 2025
https://github.com/florianstancioiu/leetcode
My PHP solutions for leetcode problems
algorithm-challenges leetcode php
Last synced: 24 Dec 2024
https://github.com/jounqin/leetcode
personal LeetCode solutions with JavaScript for study
leetcode leetcode-javascript leetcode-solutions
Last synced: 08 Jan 2025
https://github.com/emahtab/longest-palindromic-substring
Find longest palindromic substring in a string
dynamic-programming leetcode palindrome problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/number-of-distinct-islands
Count the number of distinct islands
bfs breadth-first-search depth-first-search dfs leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/morris-inorder-traversal
Morris Inorder Traversal of a Binary Tree
binary-tree inorder-traversal leetcode morris-traversal problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/majority-element
Majority Element
leetcode majority-element problem-solving
Last synced: 02 Feb 2025
https://github.com/mpan-wework/coding
Coding
leetcode leetcode-python leetcode-solutions
Last synced: 26 Dec 2024
https://github.com/akabharat/leetcode-practice
Collection of LeetCode questions to ace the coding interview!
leetcode leetcode-cpp leetcode-solutions
Last synced: 10 Jan 2025
https://github.com/lewiszlw/leetcode
LeetCode problems' solutions implemented by java, c
Last synced: 08 Jan 2025
https://github.com/emahtab/longest-consecutive-sequence
leetcode sorting sorting-algorithms
Last synced: 02 Feb 2025
https://github.com/emahtab/number-of-closed-islands
Number of closed islands
depth-first-search dfs leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/xu-cheng/leetcode
:dart: My leetcode solutions
leetcode leetcode-rust leetcode-solutions rust
Last synced: 15 Jan 2025
https://github.com/emahtab/lru-cache
LRU Cache
doubly-linked-list hashmap leetcode lru-cache
Last synced: 02 Feb 2025
https://github.com/heartsker/leetcode
algorithms hard leetcode leetcode-solutions leetcode-swift solutions
Last synced: 30 Dec 2024
https://github.com/shreyapramanik47/leetcode_problems
Uploading the solutions of LeetCode's DSA Problems.
dsa dsa-cpp dsa-learning-series dsa-questions leetcode leetcode-solutions
Last synced: 14 Jan 2025
https://github.com/emahtab/ransom-note
Check If Ransom string can be constructed
leetcode problem-solving ransom
Last synced: 02 Feb 2025
https://github.com/dmschauer/leetcode_solutions
Solutions to LeetCode questions using Python (algorithms, concurrency), T-SQL (database) and awk (shell) by https://leetcode.com/user6659P/
awk leetcode python python-interview-questions t-sql t-sql-interview-questions
Last synced: 08 Jan 2025
https://github.com/priyansusahoo/data-structure-and-algorithms-java
JAVA | DSA | Leetcode | Placement Preparation | #100DaysOfCoding
100daysofcoding algorithms core-java data-structures dsa-practice java leetcode leetcode-java
Last synced: 25 Jan 2025
https://github.com/emahtab/min-stack
Min Stack
constant-time leetcode problem-solving stack
Last synced: 02 Feb 2025
https://github.com/anjupriya-v/leetcode-solutions
Solutions for LeetCode problems in java
arrays dynamic-programming java leetcode leetcode-solutions linked-list math segment-tree stack string tree
Last synced: 02 Feb 2025
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: 02 Feb 2025
https://github.com/smv1999/leetcode_solutions
competitive-programming cpp leetcode leetcode-solutions
Last synced: 28 Jan 2025
https://github.com/emahtab/set-matrix-zeroes
Set Matrix Zeroes
hashset leetcode matrix problem-solving space-optimization
Last synced: 02 Feb 2025
https://github.com/emahtab/product-of-array-except-self
Product of array except self
array leetcode problem-solving
Last synced: 02 Feb 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: 02 Feb 2025
https://github.com/emahtab/largest-rectangle-in-a-histogram
Largest rectangle in a histogram
Last synced: 02 Feb 2025
https://github.com/emahtab/closest-binary-search-tree-value
Closest Binary Search Tree Value
binary-search-tree leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/binary-tree-right-side-view
Binary Tree Right Side View
bfs binary-tree leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/neo/leetcode-jest
jest leetcode leetcode-javascript leetcode-solutions
Last synced: 27 Jan 2025
https://github.com/emahtab/decode-ways
Number of ways to decode
dynamic-programming leetcode problem-solving
Last synced: 02 Feb 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: 02 Feb 2025
https://github.com/emahtab/clone-a-graph
Clone a Graph
breadth-first-search clone graph leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/binary-tree-pruning
Binary Tree Pruning
binary-tree leetcode problem-solving pruning
Last synced: 02 Feb 2025
https://github.com/ksharma67/leetcode-neetcode-all
Leetcode NeetCode All problems solved in Python for interview prep.
data-structures-and-algorithms interview-questions leetcode leetcode-python python python3
Last synced: 25 Dec 2024
https://github.com/emahtab/merge-intervals
Merge Intervals Problem
leetcode merge-intervals problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/maximal-square
Find the maximal square area
dynamic-programming leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/evaluate-reverse-polish-notation
Evaluate Reverse Polish Expression
leetcode problem-solving reverse-polish-notation stack
Last synced: 02 Feb 2025
https://github.com/hassan11196/leetcode-solutions
Repository to share leetcode solutions and participate in Hacktoberfest
hacktoberfest hacktoberfest-accepted hacktoberfest2022 leetcode
Last synced: 05 Jan 2025
https://github.com/emahtab/longest-common-prefix
Find the longest common prefix among strings
leetcode prefix problem-solving
Last synced: 02 Feb 2025
https://github.com/letsdeepchat/leetcode-top-50
Explore LeetCode-Top-50 repository featuring solutions to popular problems like Two Sum, 3Sum, and more. Includes code for array manipulation, string conversion, and mathematical operations. Join the coding journey!
deepak-chaudhari deepak14ri leetcode leetcode-javascript leetcode-solutions leetcode-top-75
Last synced: 19 Dec 2024
https://github.com/emahtab/delete-node-in-a-linked-list
Delete node in a linked list
leetcode linked-list problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/power-of-three
Determine whether a number is power of three.
leetcode maths problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/middle-of-the-linked-list
Find the middle node of the Linked List
leetcode linked-list problem-solving
Last synced: 02 Feb 2025
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: 02 Feb 2025
https://github.com/emahtab/group-anagrams
Group the anagrams
anagrams leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/prathameshdhande22/data-structure-and-algorithms
This Repository Contains all the code which i have written while doing DSA.
algorithm algorithms clanguage data-structures dsa dsa-algorithm java leetcode
Last synced: 14 Jan 2025
https://github.com/hetari/leetcode-solutions
My LeetCode Solutions repository, where algorithmic mastery meets the elegance and the versatility of my code🚀
codewars codewars-solutions leetcode leetcode-questions leetcode-solutions
Last synced: 25 Dec 2024
https://github.com/emahtab/happy-number
Find whether a number is a Happy Number
happy-number hashset leetcode problem-solving
Last synced: 02 Feb 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: 02 Feb 2025
https://github.com/emahtab/implement-queue-using-stacks
Implement Queue using Stacks
leetcode problem-solving queue stack
Last synced: 02 Feb 2025
https://github.com/emahtab/kth-largest-element-in-an-array
kth largest element in an array
Last synced: 02 Feb 2025
https://github.com/emahtab/kth-largest-element-in-a-stream
kth Largest element in a stream
Last synced: 02 Feb 2025
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: 02 Feb 2025
https://github.com/emahtab/max-stack
Max Stack
leetcode problem-solving stack
Last synced: 02 Feb 2025
https://github.com/emahtab/meeting-rooms
Meeting Rooms
interval leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/topological-sort-problems
Topological Sort Problems
kahns-alogrithm leetcode topological-sort
Last synced: 02 Feb 2025
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: 02 Feb 2025
https://github.com/emahtab/implement-stack-using-queues
Implement Stack using Queues
leetcode problem-solving queue stack
Last synced: 02 Feb 2025
https://github.com/emahtab/string-to-integer-atoi
leetcode problem-solving string-to-number
Last synced: 02 Feb 2025
https://github.com/emahtab/merge-sorted-array
Merge two sorted arrays
leetcode merge problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/sort-list
leetcode linked-list merge-sort problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/search-in-rotated-sorted-array
Search in rotated sorted array
binary-search leetcode problem-solving search
Last synced: 02 Feb 2025
https://github.com/emahtab/merge-two-sorted-lists
Merge Two Sorted Linked Lists
leetcode linked-list merge-sorted-lists min-heap priority-queue problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/sum-of-two-integers
Sum two integers without using + operator
bit-shifting bitwise-operators leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/spiral-matrix
Spiral Traversal of a 2D Matrix
leetcode problem-solving spiral-traversal
Last synced: 02 Feb 2025
https://github.com/emahtab/shuffle-an-array
Shuffle an array
array fisher-yates-shuffle leetcode problem-solving shuffle
Last synced: 02 Feb 2025
https://github.com/emahtab/merge-two-binary-trees
Merge Two Binary Trees
binary-tree leetcode merge-binary-trees problem-solving
Last synced: 02 Feb 2025
https://github.com/andream16/algorithms
Algorithms & Data Structures. Problems and solutions for Leetcode.com and Google Foobar Challenge.
algorithms data-structures golang google-foobar java leetcode python
Last synced: 27 Dec 2024
https://github.com/emahtab/shortest-bridge
Find minimum number of flips required to make connect two disconnected islands
Last synced: 02 Feb 2025
https://github.com/emahtab/move-zeroes
Move Zeroes
constant-space leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/emahtab/search-in-a-binary-search-tree
Search in a binary search tree
binary-search-tree leetcode problem-solving
Last synced: 02 Feb 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: 02 Feb 2025
https://github.com/fx-max/leetcode
记录个人 LeetCode 解题过程。
database leetcode leetcode-php mysql php sql
Last synced: 28 Dec 2024
https://github.com/jaebradley/leetcode
Leetcode Problem Solutions
leetcode leetcode-java leetcode-solutions programming-challenges
Last synced: 14 Jan 2025
https://github.com/slowhigh/go-log
Go Log
go go-tutorial golang golang-tutorial hackerrank hackerrank-go hackerrank-golang leetcode leetcode-go leetcode-golang programmers
Last synced: 15 Oct 2024
https://github.com/hs831/leetcode-company-wise-solutions
This Repository contains solutions for Leetcode questions asked in coding rounds and interviews in many different companies.
cpp dsa-practice leetcode leetcode-solutions
Last synced: 22 Jan 2025
https://github.com/arindal1/leetcode-problems
Different LeetCode problems I solved on DSA, in CPP, C, Java & Python.
c cpp java leetcode leetcode-solutions
Last synced: 05 Nov 2024
https://github.com/jaebradley/leetcode.js
Leetcode solutions, written in JavaScript
Last synced: 14 Jan 2025
https://github.com/parthjohri/leetcodepractice
This repository holds my solutions for all the LeetCode problems that I have been solving
cpp data-structures leetcode leetcode-cpp leetcode-solutions
Last synced: 08 Jan 2025
https://github.com/emahtab/missing-number
Find the missing number
hashset leetcode problem-solving
Last synced: 02 Feb 2025
https://github.com/bodyangug/leetcode-solutions
Daily leetcode solutions
leetcode leetcode-kotlin leetcode-solutions
Last synced: 01 Jan 2025