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-24 00:17:29 UTC
- JSON Representation
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/binary-tree-preorder-traversal
Binary Tree Preorder Traversal
binary-tree leetcode preorder-traversal problem-solving
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/binary-tree-level-order-traversal-ii
Binary Tree Level Order Traversal
bfs binary-tree binary-tree-traversal leetcode 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/emahtab/house-robber
House Robber
dynamic-programming leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/group-anagrams
Group the anagrams
anagrams leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/happy-number
Find whether a number is a Happy Number
happy-number hashset leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/flood-fill
Flood Fill
dfs flood-fill leetcode problem-solving recursion
Last synced: 07 Dec 2024
https://github.com/emahtab/find-the-duplicate-number
Find the duplicate number
array leetcode problem-solving tortoise-and-hare-algorithm
Last synced: 07 Dec 2024
https://github.com/emahtab/flipping-an-image
Flipping an image
array leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/first-unique-character-in-a-string
Find the first unique character in a string
hashmap leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/excel-sheet-column-number
Find the excel sheet column number
leetcode maths maths-problem problem-solving
Last synced: 07 Dec 2024
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: 07 Dec 2024
https://github.com/emahtab/course-schedule-ii
leetcode problem-solving queue topological-sort
Last synced: 07 Dec 2024
https://github.com/emahtab/course-schedule
Course Schedule
bfs dfs kosaraju-algorithm leetcode problem-solving strongly-connected-components topological-sort
Last synced: 07 Dec 2024
https://github.com/emahtab/contains-duplicate
Check whether an array contains a duplicate value.
array duplicate hashset leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/evaluate-reverse-polish-notation
Evaluate Reverse Polish Expression
leetcode problem-solving reverse-polish-notation stack
Last synced: 07 Dec 2024
https://github.com/emahtab/conway-game-of-life
Conway Game of life
game-of-life leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/binary-tree-zigzag-level-order-traversal
Binary Tree Zigzag (Spiral) Order Traversal
bfs binary-tree leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/binary-tree-vertical-order-traversal
Binary Tree Vertical Order Traversal
bfs binary-tree-traversal leetcode problem-solving vertical-order-traversal
Last synced: 07 Dec 2024
https://github.com/emahtab/course-schedule-iv
floyd-warshall-algorithm graph leetcode
Last synced: 07 Dec 2024
https://github.com/emahtab/delete-nodes-and-return-forest
depth-first-search forest leetcode
Last synced: 07 Dec 2024
https://github.com/cvalingam/leetcode
LeetCode in C#
csharp csharp-code leetcode leetcode-csharp leetcode-solutions
Last synced: 20 Jan 2025
https://github.com/pratikpaudel/leetcode-progress-documentation
A collection of my LeetCode solutions and notes to improve and prepare for technical interviews.
data-structures datastructures dsa leetcode
Last synced: 09 Dec 2024
https://github.com/withrvr/dsa
π₯: Consistency is the key
algorithm data-structures data-structures-and-algorithms dsa dsa-questions final450 leetcode lovebabbar lovebabbar-dsa-list lovebabbar-dsa-sheet
Last synced: 09 Dec 2024
https://github.com/emanuelefavero/leetcode
This repository contains my solutions to LeetCode problems
algorithms data-structures javascript leetcode leetcode-solutions
Last synced: 10 Dec 2024
https://github.com/anindya-dey/practice-leetcode
Here I maintain all the problems I have solved on Leetcode. Courtesy: Leethub extension
andys-cli dsa dsa-practice leetcode leetcode-cpp leetcode-practice leetcode-solutions
Last synced: 17 Jan 2025
https://github.com/humbertocg18/pucrs-alest-i-2.3-2023.24
Trabalhos, Projetos, ExercΓcios e aulas realizados em Java na cadeira de Algoritimos e estrutura de dados 1, matΓ©ria do segundo semestre.
beecrowd beecrowd-solution-in-js beecrowd-solutions-in-java data data-structures datastructures-algorithms hashmap hashtable java-8 leetcode leetcode-javascript leetcode-solutions leetcodepra pucrs sorting-algorithms
Last synced: 10 Dec 2024
https://github.com/shivamm-verma/learn-cpp
This Repository is Track of all files; I have worked with to learn Data Structures and Algorithms using C++! I have learnt through Multiple Resources, and I am still keep digging.
cpp data-structures-and-algorithms leetcode problem-solving
Last synced: 10 Dec 2024
https://github.com/fahimfba/leetcode
I solve problems from LeetCode and I keep my solution here
Last synced: 10 Dec 2024
https://github.com/stynw7/code_challenge_resources
Collection of Code Challenge that will improve your logic and programming syntax π₯π₯
coddytech codeforces competitive-programming cpp javascript leetcode problem-solving
Last synced: 10 Jan 2025
https://github.com/windomz/leetcode-init
:triangular_ruler: A tool to create leetcode code template via cli.
leetcode leetcode-golang leetcode-template
Last synced: 23 Dec 2024
https://github.com/rocker2102/competetive
GFG/Hackerrank/LeetCode practice questions & solutions
c competitive-programming cplusplus cpp gfg-solutions hackerrank hackerrank-solutions java js leetcode leetcode-solutions mysql php python python3 sql
Last synced: 23 Dec 2024
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: 02 Jan 2025
https://github.com/kulikov-dev/leetcodecontest
Template for LeetCode contests
contest-programming leetcode leetcode-contests template-repository templates
Last synced: 05 Jan 2025
https://github.com/thapasijan171/dsawithprojects
Leetcode solutions sharpen problem-solving skills by providing real-world coding challenges, improving algorithmic thinking. DSA projects integrate these solutions into practical applications, enhancing efficiency and deepening data structures knowledge for optimized development.
dsa-project dsaproject java leetcode leetcode-solutions projects
Last synced: 04 Dec 2024
https://github.com/aiveraiva/problem-solutions
My solutions to online judge website: LeetCode, Zerojudge, etc.
dynamic-programming leetcode leetcode-solutions online-judge problem-solving python solutions
Last synced: 23 Dec 2024