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/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/battleships-in-a-board
Count the total Battleships in a board
dfs graph 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/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/sherwinshen/leetcode
📖 算法学习之 LeetCode(主要基于 TS/JS 语言)
algorithm javascript leetcode typescript
Last synced: 16 Nov 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/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/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/misterpea/leetcode---hackerrank
LeetCode / HackerRank / Sundry Interview Prep
codechallenges hackerrank leetcode
Last synced: 12 Nov 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/armour/leetcode
👨💻 This repo is used for storing my solution for LeetCode OJ.
Last synced: 29 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/priyansusahoo/placement
JAVA | DSA | Leetcode | Placement Preparation | #100DaysOfCoding
100daysofcoding algorithms core-java data-structures dsa-practice java leetcode leetcode-java
Last synced: 10 Nov 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/nidhiupman568/my-sql-problem-solved
🌟Welcome to a curated 📚 collection 📚 of solved 🛠️ MySQL 💾 interview 💬 problems ❓ from LeetCode 💡. 📊🔍 This section 📚 showcases 🔍 key questions ❓ and their solutions 💡, providing 📊 a valuable 🛠️ resource 📚 for anyone 💬 preparing 🛠️ for SQL 💾 interviews 💬. 🚀
Last synced: 11 Nov 2024
https://github.com/fireinrain/leetcode-runs
leetcode exercise that implemented by Java
Last synced: 14 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/laansdole/algo-code-journey
Just where I practice with algorithm and data structure
algorithms-and-data-structures leetcode rmit
Last synced: 11 Nov 2024
https://github.com/mohahmadraza/leetcode-python-project-tasks
This repository, is a comprehensive collection of Python solutions and projects focused on solving a wide array of LeetCode problems. It serves as a valuable resource for anyone looking to enhance their coding skills, prepare for technical interviews, or simply practice algorithm and data structure challenges using Python.
algorithm algorithms-and-data-structures coding coding-challenge coding-interviews competitive-programming data-structures leetcode leetcode-python leetcode-solutions programming programming-challenges python software-development technical-interview-questions
Last synced: 11 Nov 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/hongleizhang/jpleetcode
Java and Python in LeetCode. 通过Python语言和Java语言练习LeetCode平台上的算法习题。
algorithms java leetcode python
Last synced: 09 Jan 2025
https://github.com/b72u68/leetcode-bot
Discord Leetcode Bot
bot discord-bot leetcode python3
Last synced: 19 Nov 2024
https://github.com/simranjeet97/leetcode_practice
Practicing the Leet Code Codes for Competitive Programming
algorithms amazon coding competitive-programming data data-structures facebook google leetcode python
Last synced: 14 Nov 2024
https://github.com/ryandvl/leetcode
All the problems that I solved in LeetCode.
computer-science cpp java javascript leetcode python
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/abdealijaroli/dsa
Learning, like always. DSA, this time.
algorithms cpp data-structures dsa leetcode
Last synced: 12 Nov 2024
https://github.com/tuan882612/leetcode
My solutions to Leetcode problems.
algorithms data-structures leetcode python
Last synced: 16 Nov 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/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: 16 Nov 2024
https://github.com/emahtab/course-schedule-ii
leetcode problem-solving queue topological-sort
Last synced: 07 Dec 2024
https://github.com/threeal/leetspace
A dedicated workspace and archive for my LeetCode submissions
competitive-programming leetcode leetcode-cpp leetcode-solutions
Last synced: 26 Oct 2024
https://github.com/samdc73/leetcode
my leetcode solutions
algorithms leetcode leetcode-python leetcode-solutions python
Last synced: 19 Nov 2024
https://github.com/aashu24/leetcode-solutions
This repository contains solutions to leetcode problems. Useful for developers preparing for interviews. Contributions welcome.
beginner-friendly hacktoberfest hacktoberfest-accepted hacktoberfest2020 java leetcode leetcode-java leetcode-solutions
Last synced: 14 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/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/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/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/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/zcong1993/leetcode-ts-template
leetcode ts template project
leetcode leetcode-tool leetcode-typescript
Last synced: 27 Dec 2024
https://github.com/noeyislearning/sql-coding-challenges
SQL Coding Challenges, this repository is a compilation of my journey on enhancing my SQL skills; coding challenges are from LeetCode, HackerRank, and other sources.
coding-challenge data-analytics data-science hackerrank leetcode mysql solutions
Last synced: 06 Dec 2024
https://github.com/manav-khandurie/practice_leetcode
Practicing LeetCode over here
leetcode leetcode-java leetcode-solutions
Last synced: 19 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/emilwijayasekara/leetcode-13-roman-to-integer
LeetCode Problem 12. Integer to Roman - The task is to sum the values of these symbols according to the rules of Roman numeral representation, with the added complexity of subtraction when a smaller numeral precedes a larger one. The goal is to return the integer value equivalent to the given Roman numeral string.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/dickeyy/leetcode
just a repo of all the leetcode problems ive solved
Last synced: 28 Dec 2024
https://github.com/sangtrandev00/leetcode-practice
Source for practice and debug exercise on leetcode!!!
bun codility datastructures-algorithms leetcode leetcode-patterns slide-window unitest
Last synced: 08 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