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/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: 07 Dec 2024
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: 07 Dec 2024
https://github.com/liulinboyi/algorithm-and-data-structure-of-javascript
通过leetcode解题来学习JavaScript 的算法与数据结构(Algorithm and data structure of JavaScript)
algorithm javascript leetcode typescript
Last synced: 16 Nov 2024
https://github.com/ash-codes18/leetcode-dislikes
Gives access to the dislike count of Leetcode Problems
extension google-chrome google-chrome-extension leetcode leetcode-dislikes leetcode-downvotes leetcode-problem-dislikes leetcode-problems leetcodedislikes leetcodedownvotes
Last synced: 22 Nov 2024
https://github.com/emahtab/construct-binary-tree-from-preorder-and-postorder-traversal
Construct Binary Tree from Preorder and Postorder Traversal
binary-tree binary-tree-construction leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/clintjohnsn/ds-algo
Leetcode solutions in python, with time and complexity analysis and documentation.
algorithms data-structures leetcode leetcode-python leetcode-python3 leetcode-solutions
Last synced: 19 Nov 2024
https://github.com/emahtab/decode-ways
Number of ways to decode
dynamic-programming leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/count-square-submatrices-with-all-ones
Count square submatrices with all ones
dynamic-programming leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/copy-list-with-random-pointer
Copy a Linked List with Random Pointer
clone leetcode linked-list problem-solving
Last synced: 07 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: 07 Dec 2024
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: 07 Dec 2024
https://github.com/emahtab/daily-temperatures
Find the days after which there will be a warmer day
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/emahtab/course-schedule-iv
floyd-warshall-algorithm graph leetcode
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/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/jump-game
Jump Game
jump-game leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/astrodynamic/leetcode
A collection of LeetCode problem solutions in various languages.
algorithm-implementation algorithms code-challenges code-practice coding competitive-programming data-structures-and-algorithms interview-preparation leetcode problem-solving problem-solving-skills programming solutions technical-interview
Last synced: 13 Nov 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/evaluate-reverse-polish-notation
Evaluate Reverse Polish Expression
leetcode problem-solving reverse-polish-notation stack
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/mehvix/competitive-programming
Competitive programming solutions
atcoder codeforces leetcode project-euler usaco uva
Last synced: 20 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/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/kth-largest-element-in-an-array
kth largest element in an array
Last synced: 07 Dec 2024
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 Nov 2024
https://github.com/emahtab/course-schedule-ii
leetcode problem-solving queue topological-sort
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/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/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/zhouzhuojie/lcdaily
Send random leetcode email every day
Last synced: 19 Nov 2024
https://github.com/kallydev/leetcode
LeetCode problem solutions.
algorithms datastructures leetcode
Last synced: 16 Nov 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/ichenlei/leetcode_101
A repo for my LeetCode algorithm training
algorithm javascript leetcode nodejs
Last synced: 23 Nov 2024
https://github.com/emahtab/flipping-an-image
Flipping an image
array leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/nicehorse06/blind-75-premium-testcase
Simulate LeetCode Premium's Blind 75 challenges with ready-to-run Python tests for coding interview prep.
interview leetcode leetcode-python python
Last synced: 19 Nov 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/flood-fill
Flood Fill
dfs flood-fill leetcode problem-solving recursion
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/jaebradley/leetcode.js
Leetcode solutions, written in JavaScript
Last synced: 14 Nov 2024
https://github.com/jaebradley/leetcode
Leetcode Problem Solutions
leetcode leetcode-java leetcode-solutions programming-challenges
Last synced: 14 Nov 2024
https://github.com/emahtab/group-anagrams
Group the anagrams
anagrams leetcode 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/arthur-arslanov/ts-cs-playground
My Computer Science Education progress
algorithm algorithms bfe big-frontend computer-science data-structures leetcode typescript
Last synced: 14 Dec 2024
https://github.com/hta218/algorithms-and-data-structures
My solutions to LeetCode and HackerRank's problems
algorithms data-structures hackerrank leetcode
Last synced: 28 Nov 2024
https://github.com/emahtab/missing-number
Find the missing number
hashset leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/meeting-rooms-ii
Meeting Rooms II
intervals leetcode min-heap problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/merge-sorted-array
Merge two sorted arrays
leetcode merge problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/meeting-rooms
Meeting Rooms
interval leetcode problem-solving
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/alien-dictionary
Find the order of alphabets in an alien dictionary
graph leetcode problem-solving topological-sort
Last synced: 07 Dec 2024
https://github.com/emahtab/shortest-bridge
Find minimum number of flips required to make connect two disconnected islands
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/implement-stack-using-queues
Implement Stack using Queues
leetcode problem-solving queue stack
Last synced: 07 Dec 2024
https://github.com/emahtab/range-sum-of-bst
Range Sum of BST
binary-search-tree leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/coin-change
coin-change dynamic-programming leetcode
Last synced: 07 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/ieshaan12/interview-prep
competitive-programming hacktoberfest leetcode python3
Last synced: 03 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/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/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/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/nair0lf32/challenger
Competitive programming websites
codeforces competitive-programming hackerrank leetcode
Last synced: 21 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
https://github.com/fahimfba/leetcode
I solve problems from LeetCode and I keep my solution here
Last synced: 10 Dec 2024
https://github.com/sebastiandotdev/waste-v2
Leetcode platform exercises... Completely Open Sources, Ready to challenge your programming. 🌙
exercism leetcode rust typescript
Last synced: 11 Dec 2024
https://github.com/weitsunglin/cpp-gitaction-template-using-leetcode
github action complie cpp, using leetcode
Last synced: 11 Dec 2024
https://github.com/nishant7372/basic_data_structures
Basic Data Structures + LeetCode Problem Approaches
doubly-linked-list java leetcode linked-list singly-linked-list
Last synced: 19 Nov 2024
https://github.com/amrhossamdev/leetcode
Collection of leetcode questions that I solved - feel free to ask me at any time <3
algorithms data-structures interview-questions leetcode
Last synced: 11 Dec 2024
https://github.com/jorgermduarte/discord-bot-code-challenges
A discord nodejs bot for daily code-challenges!
api automatic base bot code-challenge code-challenges discord javascript leetcode nodejs practice programming
Last synced: 14 Nov 2024
https://github.com/snimmagadda1/coding-challenges
🧠 Collection of coding challenges to keep sharp
algorithms algorithms-and-data-structures data-structures go golang java leetcode leetcode-go leetcode-golang leetcode-java leetcode-solutions
Last synced: 11 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/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/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/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/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/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/romsmnk/sport-programming
Solutions for problems/issues/katas from different sports programming platforms
codewars codewars-solutions eolymp eolymp-solutions hackerrank hackerrank-solutions javascript leetcode leetcode-solutions postgresql react sport-programming sql types
Last synced: 30 Oct 2024
https://github.com/emahtab/move-zeroes
Move Zeroes
constant-space leetcode problem-solving
Last synced: 07 Dec 2024
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/lloydlobo/leetcode
solutions and reference to solve common coding leetcode problems
Last synced: 16 Dec 2024
https://github.com/aditya43/data-structures-algorithms
:hotsprings: Data structures, algorithms and problem solving patterns using JavaScript.
algorithm avl-tree-implementations backtracking-algorithm complexity data-structures-and-algorithms dijkstra-algorithm dynamic-programming graph-traversal-algorithms leetcode memoization sliding-windows tree-traversal-algorithm trie-tree
Last synced: 12 Dec 2024
https://github.com/louis3797/leetcode
Leetcode Solutions in Java
java leetcode leetcode-solutions
Last synced: 24 Dec 2024
https://github.com/krayc425/leetcode
Solutions for LeetCode.
leetcode leetcode-java leetcode-python leetcode-solutions leetcode-swift
Last synced: 12 Dec 2024