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-09 00:20:11 UTC
- JSON Representation
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/chinxcode/leetscan-api
LeetScan API is a tool for fetching data from LeetCode user profiles. It provides developers and recruiters with detailed insights into a user's coding activity and contest performance. This API integrates easily with other systems and offers robust data access features.
api express graphql leetcode leetcode-api nodejs
Last synced: 19 Dec 2024
https://github.com/worst001/note_algorithm
整理了数据结构与基础算法,以及一些经典的LeetCode算法
algorithm design development guide learning leetcode leetcode-solutions markdown mkdocs note notebook
Last synced: 13 Nov 2024
https://github.com/shubhansu-kr/dailychallenge-2023-leetcode
Leetcode Daily Challenge 2023 | Solutions and Progress | C++/ C
cpp daily-challenge leetcode leetcode-daily-challenge leetcode-solutions
Last synced: 22 Nov 2024
https://github.com/forloopcodes/javascript-leetcode-solutions
This repository contains my solutions to LeetCode problems in JavaScript. Each solution is contained in its own file and is named according to the problem title.
javascript leetcode leetcode-java leetcode-javascript
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/happy-number
Find whether a number is a Happy Number
happy-number hashset leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/vartikaraj2512/bullscows-gameusingc
🎯 Bulls and Cows Game in C 🐮🐂 A command-line game that sharpens your deductive reasoning by guessing a unique 4-digit number. Features efficient algorithms, input validation, and error handling. Highlights C programming skills, algorithm design, and game development—perfect for showcasing your technical expertise! 🚀🎮
Last synced: 13 Dec 2024
https://github.com/ibnaleem/cs-resources
a comprehensive collection of valuable computer science resources
algorithms-and-data-structures artificial-intelligence books computer-science data-science data-structures data-structures-and-algorithms discrete-mathematics leetcode resources
Last synced: 15 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/imvickykumar999/hackerrank-codechef-leetcode
To do next question is ProjectEuler+ https://www.hackerrank.com/contests/projecteuler/challenges
30-days-of-code-solutions codechef competitive-programming hackerrank hackerrank-solutions leetcode python3
Last synced: 01 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/kavimaluskam/leetcode-collection
History of my leetcode challenges/documentations
blog gatsbyjs leetcode leetcode-python leetcode-solutions
Last synced: 21 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/2ykwang/learn-algorithm
백준, 릿코드, 프로그래머스 알고리즘 문제 풀기
baekjoon-online-judge leetcode programmers-online-judge python
Last synced: 26 Nov 2024
https://github.com/vansh-codes/leetcode
My Leetcode Progress
leetcode leetcode-cpp leethub progress-tracking
Last synced: 26 Nov 2024
https://github.com/vansh-codes/leetcode-tracker
Personalize leetcode tracker to track my leetcode progress effectively
github-api leetcode leetcode-progress leetcode-tracker nextjs problem-solving progress-monitoring
Last synced: 26 Nov 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/sebastiandotdev/leetcode
Leetcode platform exercises... Completely Open Sources, Ready to challenge your programming. 🌙
exercism leetcode rust typescript
Last synced: 16 Nov 2024
https://github.com/asfak00/30-days-of-javascript-leetcode
To strengthen my javascript fundamentals I'm doing Leetcode's 30-day javascript challenge and in this repo, I'll put all my problem's code.
Last synced: 09 Jan 2025
https://github.com/emahtab/delete-nodes-and-return-forest
depth-first-search forest leetcode
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/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/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/lightningminers/simple
LeetCode(JavaScript)解题,两周一例;
javascript leetcode typescript
Last synced: 18 Dec 2024
https://github.com/theodesp/leetcode-scala
Working through Leetcode problems with Scala
leetcode leetcode-solutions scala
Last synced: 08 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/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/decode-ways
Number of ways to decode
dynamic-programming leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/lzhbrian/leetcode-python
My solutions of Leetcode using Python
leetcode leetcode-solutions python
Last synced: 27 Dec 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/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/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/closest-leaf-in-a-binary-tree
Closest Leaf node from a given node in a binary tree
breadth-first-search closest-leaf graph leetcode
Last synced: 07 Dec 2024
https://github.com/rcopeland/leetcode
A Backup of LeetCode problems I've solved.
data-structures-and-algorithms javascript leetcode
Last synced: 02 Dec 2024
https://github.com/emahtab/battleships-in-a-board
Count the total Battleships in a board
dfs graph leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/weihanli/leetcodesolutions
LeetCodeSolutions powered by csharp
Last synced: 27 Nov 2024
https://github.com/emahtab/count-complete-tree-nodes
Count total nodes in a Complete Binary Tree
complete-binary-tree leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/combinations
Combinations
combinations leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/climbing-stairs
Climbing Stairs
climbing-stairs dynamic-programming leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/clone-a-graph
Clone a Graph
breadth-first-search clone graph leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/cheapest-flights-within-k-stops
dijkstra-algorithm graph leetcode
Last synced: 07 Dec 2024
https://github.com/emahtab/closest-binary-search-tree-value
Closest Binary Search Tree Value
binary-search-tree leetcode problem-solving
Last synced: 07 Dec 2024
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: 07 Dec 2024
https://github.com/emahtab/binary-tree-right-side-view
Binary Tree Right Side View
bfs binary-tree leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/thatbeautifuldream/leetcode-sync
Leetcode Sync
leetcode leetcode-problems leetcode-solutions
Last synced: 10 Dec 2024
https://github.com/emahtab/binary-tree-pruning
Binary Tree Pruning
binary-tree leetcode problem-solving pruning
Last synced: 07 Dec 2024
https://github.com/zcong1993/leetcode-ts-template
leetcode ts template project
leetcode leetcode-tool leetcode-typescript
Last synced: 27 Dec 2024
https://github.com/yuhexiong/leetcode-solution
Document my LeetCode solution with chinese comments and multiple programming languages.
c-language cpp go golang java javascript leetcode mysql python typescript
Last synced: 02 Dec 2024
https://github.com/felipecacique/leetcodeexercises
Welcome to my LeetCode Solutions repository! Here, you'll find a curated collection of my solutions to various LeetCode problems.
leetcode leetcode-python leetcode-solutions
Last synced: 02 Dec 2024
https://github.com/emahtab/best-time-to-buy-and-sell-stock-ii
Find the max profit buying and selling stock with unlimited number of transactions.
buy-and-sell leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/mzusin/js-bit-manipulation
A collection of bit manipulation helpers written TypeScript.
bit-manipulation bitwise bitwise-operators leetcode leetcode-javascript leetcode-solutions lsb msb number-systems xor
Last synced: 02 Dec 2024
https://github.com/emahtab/binary-tree-inorder-traversal
Binary Tree Inorder Traversal
binary-tree inorder-traversal leetcode problem-solving
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/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/aswinbarath/sde-problems
SDE Problems marked with FAQ Companies
algorithms data-structures gfg java leetcode problem-solving sde-sheet
Last synced: 25 Dec 2024
https://github.com/emahtab/best-time-to-buy-and-sell-stock
Find the max profit buying and selling stock with at most one transaction.
buy-and-sell leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/b72u68/leetcode-bot
Discord Leetcode Bot
bot discord-bot leetcode python3
Last synced: 19 Nov 2024
https://github.com/jayam04/about-coder-me
api to access your leetcode, codeforces and codechef stats
codechef codeforces coding-ninjas contest-rating fastapi leetcode
Last synced: 02 Dec 2024
https://github.com/viniciuscestarii/leetcode
🐱💻 Leetcodes that I have done
Last synced: 28 Nov 2024
https://github.com/sydrawat01/algorithms
🗂 Leetcode and ADT
algorithms java leetcode leetcode-solutions
Last synced: 14 Dec 2024
https://github.com/emahtab/01-matrix
01 Matrix
leetcode matrix problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/add-two-numbers
Add two linked lists nodes
leetcode linked-list problem-solving
Last synced: 07 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/archisman-mridha/leetcode
solved leetcode problems
algorithms data-structures interview-preparation leetcode
Last synced: 28 Nov 2024
https://github.com/creator79/google-extension
This extension is used to forced you do a one Leetcode question every whenever you open the new tab in chrome
Last synced: 15 Nov 2024
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/emahtab/word-search
Word Search in a 2D Grid
dfs leetcode problem-solving word-search
Last synced: 07 Dec 2024
https://github.com/alirezadir/leetcode-summerizer
Summarize and collect into a DB a collection of LeetCode problems (Description, Solutions, Code, Analysis)
ai artificial-intelligence code-summarization leetcode machinelearning openai-gpt python
Last synced: 28 Nov 2024
https://github.com/emahtab/number-of-provinces
connected-components depth-first-search graph leetcode
Last synced: 07 Dec 2024