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-08 00:12:31 UTC
- JSON Representation
https://github.com/emahtab/possible-bipartition
bipartite-graph breadth-first-search graph leetcode
Last synced: 07 Dec 2024
https://github.com/emahtab/number-of-closed-islands
Number of closed islands
depth-first-search dfs leetcode problem-solving
Last synced: 07 Dec 2024
https://github.com/emahtab/number-of-islands-ii
disjoint-set leetcode union-find
Last synced: 07 Dec 2024
https://github.com/emahtab/number-of-distinct-islands
Count the number of distinct islands
bfs breadth-first-search depth-first-search dfs leetcode 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
https://github.com/emahtab/morris-inorder-traversal
Morris Inorder Traversal of a Binary Tree
binary-tree inorder-traversal leetcode morris-traversal problem-solving
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/shivxmr/learn-java
algorithms data-structures java leetcode leetcode-solutions
Last synced: 19 Nov 2024
https://github.com/professordeveloper/leetweek
This Amazing bot using kotlin for Leetcode users
bot-telegram leetcode leetcode-bot leetcode-solve leetcode-telegram solve-tg tg-bot
Last synced: 15 Nov 2024
https://github.com/stanrunge/leetcodesolutions
My solutions for problems in LeetCode
Last synced: 15 Nov 2024
https://github.com/rxy001/leetcode-spider
Fetching the algorithm questions that have been accepted on own LeetCode account.
Last synced: 15 Nov 2024
https://github.com/xu-cheng/leetcode
:dart: My leetcode solutions
leetcode leetcode-rust leetcode-solutions rust
Last synced: 15 Nov 2024
https://github.com/gnodivad/leetcode
✅ Solutions to LeetCode by Java
leetcode leetcode-java leetcode-solutions leetcode-sql
Last synced: 20 Nov 2024
https://github.com/tokiory/codewars-and-leetcode
Задачи из LeetCode и Codewars с полным описанием решения
Last synced: 17 Nov 2024
https://github.com/virtyaluk/leetcode
:triangular_ruler: Leetcode problems' solutions in C++, Go, and Python. 2030 problems solved.
airbnb algorithms amazon coding-challenge coding-interviews competitive-programming data-structures faang facebook google leetcode lyft meta microsoft netflix uber
Last synced: 15 Nov 2024
https://github.com/ghosts6/leetcode_exercise
Leet code exercise solutions
bash c cpp js leetcode leetcode-solutions python3
Last synced: 15 Nov 2024
https://github.com/bota5ky/leetcode
Leetcode solutions by Java & Go
leetcode leetcode-cn leetcode-golang leetcode-java leetcode-solutions
Last synced: 15 Nov 2024
https://github.com/satyamgupta53/data-structures-algorithm
Comprehensive collections of all the important data structures and algorithms currently used & leetcode question-solutions also included.
algorithms data-structures java leetcode
Last synced: 24 Nov 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/mikhaillipanin/leetcode
Collection of LeetCode questions!
algorithms competetive-programming interview-questions leetcode
Last synced: 15 Nov 2024
https://github.com/paritoshtripathi935/venom
A repository for Leetcode/codechef solutions
codechef codechef-solutions competitive-programming cpp leetcode leetcode-solutions
Last synced: 20 Nov 2024
https://github.com/iamvishal16/leetcodesolutions
Swift solutions for LeetCode problems using Higher Order function and Algorithms
algorithm algorithms higher-order-functions ios leetcode leetcode-solutions xcode
Last synced: 15 Nov 2024
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: 15 Nov 2024
https://github.com/waasiq/leetcode
My solutions to LeetCode problems.
competitive-programming leetcode leetcode-solutions
Last synced: 20 Nov 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: 17 Nov 2024
https://github.com/judimator/leetcode-problems
Leetcode problems written in Go
leetcode leetcode-go leetcode-golang leetcode-solutions
Last synced: 24 Nov 2024
https://github.com/matveyguralskiy/leet-code
Leet-code Solutions of problems using programming languages such as Python, JavaScript, C++ and Bash. Here are all the solutions to problems from my personal profile
bash javascript leetcode leetcode-solutions python
Last synced: 17 Nov 2024
https://github.com/arianahejazyan/leetcode
My LeetCode solutions in C++ 🧩
cpp educational efficient learning leetcode leetcode-cpp leetcode-cpp-solutions leetcode-solutions
Last synced: 21 Nov 2024
https://github.com/sameetasadullah/leetcode-solutions
This repository contains solutions of various LeetCode problems
cpp java javascript leetcode python python3
Last synced: 20 Nov 2024
https://github.com/dostonbek1/interview-problem-solutions
Solutions for CS Interview Problems from different sources
hackerrank leetcode programming-problems-solutions
Last synced: 20 Nov 2024
https://github.com/iremcatak/leetcode_sql_50
leetcode sql 50 solutions
leetcode leetcode-solutions mssql sql
Last synced: 17 Nov 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/yudataguy/beatcode
Leetcode space repetition memorization web app
Last synced: 30 Nov 2024
https://github.com/hyrumdickinson/leetcode-solutions
My leetcode solutions. I usually code in Java and occasionally solve problems in C++ or Python.
leetcode leetcode-java leetcode-practice leetcode-questions leetcode-solutions
Last synced: 18 Nov 2024
https://github.com/dmitryryumin/leetcode
Solutions for Leetcode
leetcode leetcode-python leetcode-solutions
Last synced: 31 Dec 2024
https://github.com/ayman1902/leetccode-ps
LeetCode solution with python :ocean:
competiitve-programming interview-preparation leetcode leetcode-solutions python
Last synced: 18 Nov 2024
https://github.com/jane-does-coding/leetcode
Leetcode solutions in Java :)
leetcode leetcode-java leetcode-solutions
Last synced: 21 Nov 2024
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: 01 Dec 2024
https://github.com/shresta-voruganti/leetcodee
solutions to leetcode questions
algorithms cpp data-structures data-structures-and-algorithms java leetcode leetcode-solutions mysql-database python3
Last synced: 21 Nov 2024
https://github.com/lotrien/leet-code
Algorithm and data structure problems from https://leetcode.com solved in JavaScript
algorithms data-structures javascript js leetcode
Last synced: 25 Nov 2024
https://github.com/hellojukay/leetcode
这是一个LeetCode刷题项目
golang leetcode leetcode-golang
Last synced: 01 Dec 2024
https://github.com/tzuyi0817/leetcode
Solutions to LeetCode in JavaScript.
algorithm javascript leetcode leetcode-solutions
Last synced: 21 Nov 2024
https://github.com/kravetsone/vscode-coderun
Это расширение позволяет вам решать задачки прямо в вашем любимом редакторе!
coderun coderun-yandex-ru leetcode vscode vscode-extension
Last synced: 25 Nov 2024
https://github.com/sabohat-dev/problem_solving_leetcode
leetcode leetcode-solutions python sql
Last synced: 25 Nov 2024
https://github.com/yoshitunaiga/algo-explained
I will complete coding exercises from platforms like AlgoExpert, LeetCode, and Educative's Grokking Coding Interview Patterns. Additionally, I will explain/show the process taken to solve these problems for better understanding.
grokking-algorithms javascript leetcode python typescript
Last synced: 25 Nov 2024
https://github.com/brainstone/leetcode
This little project is a template for running LeetCode problems locally in your CLion installation.
cmake cpp cpp20 leetcode leetcode-cpp template
Last synced: 31 Dec 2024
https://github.com/manjurulhoque/problem-solving
A repository to contain my submissions in various online judges.
algorithms codechef codeforces data-structures hackerrank leetcode problem-solving
Last synced: 25 Nov 2024
https://github.com/wzslr321/leetcode
My leetcode solutions, update systematically :>
algorithms algorithms-and-data-structures cpp data-structures leetcode leetcode-cpp leetcode-solutions
Last synced: 03 Jan 2025
https://github.com/vanditg/leetcode
This repository contains solutions for Leetcode - The World's Leading Programming Learning website. The programming language will vary depending on the problem-solving strategy and convenience, but most solutions will be in python.
data-structures-and-algorithms leetcode python3
Last synced: 22 Dec 2024
https://github.com/chiragagg5k/leetcode
This repository contains all the LeetCode problems I have solved sorted by languages the solutions are implemented in.
java leetcode problem-solving python
Last synced: 22 Nov 2024
https://github.com/huangcongqing/leetcode
LeetCode/剑指offer刷题
cpp leetcode leetcode-cpp leetcode-python leetcode-solutions python
Last synced: 15 Dec 2024
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/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 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/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/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/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/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/rcopeland/leetcode
A Backup of LeetCode problems I've solved.
data-structures-and-algorithms javascript leetcode
Last synced: 02 Dec 2024
https://github.com/weihanli/leetcodesolutions
LeetCodeSolutions powered by csharp
Last synced: 27 Nov 2024
https://github.com/thatbeautifuldream/leetcode-sync
Leetcode Sync
leetcode leetcode-problems leetcode-solutions
Last synced: 10 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/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/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/archisman-mridha/leetcode
solved leetcode problems
algorithms data-structures interview-preparation leetcode
Last synced: 28 Nov 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/ajinkyataranekar/leetcode
Leetcode Solutions
leetcode leetcode-python leetcode-solutions
Last synced: 08 Dec 2024
https://github.com/chenhcy/frontendquestion
Front-End Development Question Training
css html-css-javascript html5 interview-questions javascript leetcode react typescript
Last synced: 22 Dec 2024
https://github.com/lonelyhentxi/rusty-leetcode
My leetcode solutions with rust language.
leetcode leetcode-solutions rust solutions
Last synced: 08 Dec 2024
https://github.com/aish-ika031/dsa-imp
This Repository contains solutions to imp coding questions asked in the interviews.
algorithms coding dsa interview-preparation interview-questions leetcode python3
Last synced: 22 Dec 2024
https://github.com/santoshvarmaaddala/leetcode_api
Leetcode Api for fetch the leetcode user details easily
api endpoint fastapi graphql leetcode python3 request uvicorn webscarpping
Last synced: 22 Dec 2024
https://github.com/logreg-n-coffee/leetcode-top-interview-150
Python solutions to top interview 150 LeetCode questions
algorithms-and-data-structures leetcode leetcode-solutions python software-development software-engineering
Last synced: 09 Dec 2024
https://github.com/windfarer/leetcode-solutions
逆水行舟
leetcode leetcode-practice leetcode-python leetcode-solutions
Last synced: 16 Dec 2024
https://github.com/dariocm/leetcode-upwork
java leetcode practice
java leetcode leetcode-java leetcode-solutions
Last synced: 04 Dec 2024
https://github.com/dtsdwarak/algorithms
Algorithms - Mostly for practice and reference
Last synced: 04 Dec 2024
https://github.com/himel-sarder/two-pointers-algorithm-with-himel
"Two-Pointers-with-Himel" repository offers implementations and explanations of the Two Pointer Technique, a powerful algorithmic approach for efficient problem-solving in arrays and linked lists. Explore Python code examples, detailed problem analyses, and contributions to enhance your understanding and mastery of this technique.
cpp leetcode leetcode-python leetcode-solutions python3 two-pointers
Last synced: 04 Dec 2024