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-29 00:16:47 UTC
- JSON Representation
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/khoi-truong/pyleetcode
Solution for LeetCode problems in Python
Last synced: 16 Jan 2025
https://github.com/emahtab/is-graph-bipartite
bipartite-graph breadth-first-search leetcode
Last synced: 07 Dec 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: 13 Jan 2025
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/theanuragshukla/lootcode
Lootcode is a CLI tool, which provides funtionalitity for accessing problems, getting solutions, submitting solutions, and much more.
bot leetcode leetcode-solutions lootcode scripting
Last synced: 12 Jan 2025
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: 23 Jan 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/insert-delete-getrandom
Insert delete getRandom() in O(1) average
hashmap leetcode list problem-solving
Last synced: 07 Dec 2024
https://github.com/susilnem/leetcode
This contains all the Leetcode Questions and answers.
Last synced: 09 Jan 2025
https://github.com/weihanli/leetcodesolutions
LeetCodeSolutions powered by csharp
Last synced: 26 Jan 2025
https://github.com/aryanjain28/dsa
"This repository contains my LeetCode practice, DSA understanding, and crucial algorithms, encompassing all of my code."
algorithms data-structures leetcode leetcode-solutions python3
Last synced: 29 Jan 2025
https://github.com/michaelfromyeg/puzzles
Solutions to problems from vscode-puzzles and vscode-leetcode.
coding leetcode problems vscode-puzzles
Last synced: 15 Dec 2024
https://github.com/kangjung/algorithm-java
알고리즘 연습 자바
algorithm algorithms java leetcode programmers
Last synced: 07 Dec 2024
https://github.com/nomadbala/crack-sql-interview-in-50-qs
This repository contains my solutions for the LeetCode Crack SQL Interview in 50 Questions study plan. Each solution is provided with detailed explanations to help you understand the approach and logic. Use this repository to practice SQL queries and prepare effectively for SQL interviews.
company database interview interview-preparation interview-questions leetcode mssql mysql oracle postgresql sql
Last synced: 17 Nov 2024
https://github.com/iremcatak/leetcode_sql_50
leetcode sql 50 solutions
leetcode leetcode-solutions mssql sql
Last synced: 18 Jan 2025
https://github.com/emahtab/flood-fill
Flood Fill
dfs flood-fill leetcode problem-solving recursion
Last synced: 07 Dec 2024
https://github.com/alapanme/data-structures-and-algorithms
Common Data Structures and Algorithms solved in Java
algorithm algorithms data-structure data-structures data-structures-algorithms data-structures-and-algorithms java leet-code-solutions leetcode leetcode-java
Last synced: 16 Jan 2025
https://github.com/lilittlecat/algorithm-study-notes
我的算法学习笔记,部分内容来自互联网,并已标明出处,如有侵权,请联系删除。
Last synced: 16 Dec 2024
https://github.com/dostonbek1/interview-problem-solutions
Solutions for CS Interview Problems from different sources
hackerrank leetcode programming-problems-solutions
Last synced: 21 Jan 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: 07 Dec 2024
https://github.com/worst001/note_algorithm
整理了数据结构与基础算法,以及一些经典的LeetCode算法
algorithm design development guide learning leetcode leetcode-solutions markdown mkdocs note notebook
Last synced: 12 Jan 2025
https://github.com/chucheng92/leetcode
:kissing_closed_eyes:Java的LeetCode题解
Last synced: 06 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: 16 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/2kabhishek/leetcode
Solutions for LeetCode problems. ☑🧩
competitive-programming data-structures learning leetcode leetcode-solutions programming
Last synced: 12 Jan 2025
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/2kabhishek/solutions
Solutions written by me for coding competitions, tests etc. 🥇🧮
codewars coding-competitions exams hackerrank leetcode programming solutions
Last synced: 12 Jan 2025
https://github.com/arianahejazyan/leetcode
My LeetCode solutions in C++ 🧩
cpp educational efficient learning leetcode leetcode-cpp leetcode-cpp-solutions leetcode-solutions
Last synced: 22 Jan 2025
https://github.com/tuan882612/leetcode
My solutions to Leetcode problems.
algorithms data-structures leetcode python
Last synced: 17 Jan 2025
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/threeal/leettest
Tool for compiling and testing solutions to LeetCode problems
competitive-programming compile cpp leetcode leetcode-cpp leetcode-solutions nodejs test tool
Last synced: 21 Dec 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/muhammad-h-bakr/leetcode_bakr101_2024
java leetcode oraclesql problem-solving
Last synced: 16 Jan 2025
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/emahtab/daily-temperatures
Find the days after which there will be a warmer day
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/martincorona007/coding-puzzle
My answers to LeetCode, HackerRank, Codewars etc.
algorithm algorithms algorithms-and-data-structures codewars codewars-solutions coding-challenge coding-challenges coding-interviews dailycodingproblem data-structures hackerrank hackerrank-solutions leetcode leetcode-solutions
Last synced: 18 Jan 2025
https://github.com/unorsk/goog
Mostly Leetcode challenges
algorithm-challenges algorithms haskell leetcode
Last synced: 20 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/fireinrain/leetcode-runs
leetcode exercise that implemented by Java
Last synced: 14 Jan 2025
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 💬. 🚀
data-with-sql database-queries dbms learn-sql leetcode my-sql-mastery my-sql-solutions mysql problem-solving query-optimization sql sql-experts sql-problem-solving sql-queries sql-syntax
Last synced: 10 Jan 2025
https://github.com/shaygali/leetcode
my solutions for leetcode questions
leetcode leetcode-java leetcode-solutions
Last synced: 13 Jan 2025
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/yudataguy/beatcode
Leetcode space repetition memorization web app
Last synced: 29 Jan 2025
https://github.com/judimator/leetcode-problems
Leetcode problems written in Go
leetcode leetcode-go leetcode-golang leetcode-solutions
Last synced: 24 Jan 2025
https://github.com/sydrawat01/algorithms
🗂 Leetcode and ADT
algorithms java leetcode leetcode-solutions
Last synced: 14 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/surajk95/leetify
Awesome Leet Code effect for webpages. Built completely with Vanilla JS.
leet-generator leetcode matrix-effect vanilla-javascript vanilla-js
Last synced: 22 Jan 2025
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/binary-tree-right-side-view
Binary Tree Right Side View
bfs binary-tree leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/yuliang-lee/leetcode-submission-table
:notebook: Use crawlers to get all submitted records, use tables to display, add filtering.
Last synced: 15 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/shivankk26/leetcode-questions
In this GitHub Repository, I'll be adding answers to various questions available on Leetcode. This Repository consists of three categories, as given on Leetcode, i.e Easy, Medium, and Hard. As well as all the answers will be provided in Java Language. So, do check that out and have fun!
dsa dsa-algorithm dsa-practice java java-8 leetcode problem-solving problems
Last synced: 09 Jan 2025
https://github.com/dhrupad17/leetcode_binarysearchstudyplanii
In computer science, binary search, also known as half-interval search or logarithmic search, is a search algorithm that is commonly used to find the position of a target value within a sorted array. However, the binary search algorithm is not limited to arrays. In any scenario where one can determine if the target value is higher or lower than a given value, binary search can be used to repeatedly halve the search space for a target value.
array binary-search greedy hashtable leetcode leetcode-solutions math sorting string tree two-pointers
Last synced: 16 Jan 2025
https://github.com/tokiory/codewars-and-leetcode
Задачи из LeetCode и Codewars с полным описанием решения
Last synced: 17 Jan 2025
https://github.com/armour/leetcode
👨💻 This repo is used for storing my solution for LeetCode OJ.
Last synced: 28 Jan 2025
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/kumaranand05/leetcode-solutions
This repository contains solution of LeetCode Problems
java java-8 leetcode leetcode-python leetcode-solutions mysql python python3 sql
Last synced: 25 Dec 2024
https://github.com/xu-cheng/leetcode
:dart: My leetcode solutions
leetcode leetcode-rust leetcode-solutions rust
Last synced: 15 Jan 2025
https://github.com/thethunderb0lt/100-days_challenge
This is 100 Days of Coding Challenge that I have started to land a job as SDE role.
algorithms algorithms-and-data-structures challenge developer gfg hackerrank leetcode python sde software-engineer
Last synced: 13 Jan 2025
https://github.com/mikhaillipanin/leetcode
Collection of LeetCode questions!
algorithms competetive-programming interview-questions leetcode
Last synced: 16 Jan 2025
https://github.com/misterzurg/leetcode-preporation
🧑🎨 My solutions from LeetCode stuff
Last synced: 20 Jan 2025
https://github.com/smv1999/leetcode_solutions
competitive-programming cpp leetcode leetcode-solutions
Last synced: 28 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/tzuyi0817/leetcode
Solutions to LeetCode in JavaScript.
algorithm javascript leetcode leetcode-solutions
Last synced: 22 Jan 2025
https://github.com/sh20raj/leetcode
All Leetcode Problems and Solutions || Download Offline
Last synced: 17 Dec 2024
https://github.com/hkaur008/leetcode-questions
Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)
interview interview-questions leetcode
Last synced: 16 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/aishanipach/interview-checkpoints
Keeping track of my various DSA solutions to Leetcode, Hackerrank & Striver's sheet! BasicChecklist has all the theory notes for interviews.
cheatsheet cpp data-structures dbms first-timers-friendly good-first-contribution interview-preparation leetcode open-source solutions sql strivers-cp-sheet strivers-sde-sheet
Last synced: 22 Jan 2025
https://github.com/fenil3357/leetcode
Collection of LeetCode questions solved by me! - Created using LeetHub.
Last synced: 25 Jan 2025
https://github.com/emahtab/water-area
Water Area Problem
leetcode problem-solving water-area water-trapping
Last synced: 07 Dec 2024
https://github.com/sherwinshen/leetcode
📖 算法学习之 LeetCode(主要基于 TS/JS 语言)
algorithm javascript leetcode typescript
Last synced: 17 Jan 2025
https://github.com/igaozp/oh-my-leetcode
LeetCode problem code. LeetCode 题目代码
java leetcode leetcode-solutions
Last synced: 27 Dec 2024
https://github.com/farooq85-dev/leetcode-problems
LeetCode enhance your coding skills. Inshallah, i will present all the problems in JavaScript or Python. But my first priority will be to solve in JavaScript. Inshallah, I will solve minimum 200 problems. Happy Coding!
coding-skills javascript leetcode problems python
Last synced: 19 Jan 2025
https://github.com/emahtab/unique-paths
Unique Paths
dynamic-programming leetcode problem-solving unique-paths
Last synced: 07 Dec 2024
https://github.com/muhammetgumus/leetcode
LeetCode algorithm problems solutions & interview questions
algorithm algorithms data-structure data-structure-java data-structures data-structures-and-algorithms interview-preparation interview-questions leetcode leetcode-java leetcode-practice leetcode-questions leetcode-solutions problem problem-solving problemsolving
Last synced: 05 Jan 2025
https://github.com/thutasann/ts-leet
algorithms, leet code solutions and typescript fundamentals
algorithms leetcode typescript
Last synced: 06 Jan 2025
https://github.com/pbelskiy/contest
Sweet home for my solutions from different contests
Last synced: 16 Jan 2025
https://github.com/emahtab/ugly-number
Find whether a number is an Ugly number
leetcode problem-solving ugly-number
Last synced: 07 Dec 2024
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/humza-waseem/hackerrank-leetcode-others
This Repository containing Leetcode & HackerRank problems
csharp hackerrank leetcode python
Last synced: 09 Jan 2025
https://github.com/emahtab/single-number
Single Number
hashset leetcode problem-solving xor
Last synced: 07 Dec 2024
https://github.com/emahtab/regular-expression-matching
Regular Expression Matching
leetcode problem-solving recursion regular-expression
Last synced: 07 Dec 2024
https://github.com/gnodivad/leetcode
✅ Solutions to LeetCode by Java
leetcode leetcode-java leetcode-solutions leetcode-sql
Last synced: 21 Jan 2025
https://github.com/emahtab/random-pick-index
Random pick index
constant-space leetcode problem-solving random
Last synced: 07 Dec 2024
https://github.com/ghosts6/leetcode_exercise
Leet code exercise solutions
bash c cpp js leetcode leetcode-solutions python3
Last synced: 16 Jan 2025
https://github.com/emahtab/set-matrix-zeroes
Set Matrix Zeroes
hashset leetcode matrix problem-solving space-optimization
Last synced: 07 Dec 2024
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: 07 Dec 2024
https://github.com/emahtab/next-permutation
Find the next permutation
leetcode permutation problem-solving
Last synced: 07 Dec 2024