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/angel-raa/java-code-samples
Este repositorio ofrece soluciones a problemas de LeetCode implementadas en Java, cubriendo una amplia variedad de algoritmos y estructuras de datos.
Last synced: 12 Nov 2024
https://github.com/zhenye-na/algs-tpl
:shipit: This repository contains some handy algorithm templates for coding interview questions. All are written in Python/Java/C++.
Last synced: 12 Nov 2024
https://github.com/stoverc/codingchallengeproblems
A repository for me to keep up with coding challenge problems (think: LeetCode) from various sources.
algorithms datastructures leetcode leetcode-cpp leetcode-java leetcode-python leetcode-solutions udemy
Last synced: 12 Nov 2024
https://github.com/theangelsofwar/supreme
This repository does not exist.
interview-preparation interview-questions leet-premium leetcode leetcode-javascript leetcode-questions leetcode-solutions lintcode lintcode-javascript lintcode-solutions
Last synced: 12 Nov 2024
https://github.com/1git2clone/leetcode-trees-rs
A Rust library for Binary Tree Node and Singly Linked List ListNode LeetCode problems.
crate github-actions gitlab-ci leetcode rust rust-leetcode rust-leetcode-solutions rust-library
Last synced: 23 Nov 2024
https://github.com/misterzurg/leetcode-preporation
🧑🎨 My solutions from LeetCode stuff
Last synced: 19 Nov 2024
https://github.com/davidf1000/grokking-leetcode
Archive code for Grokking the Coding Interview course's problem solutions by finding relatively similar question from leetcode
Last synced: 12 Nov 2024
https://github.com/supercoderhawk/leetcode
leetcode练习
leetcode leetcode-c leetcode-java leetcode-python
Last synced: 16 Nov 2024
https://github.com/aglove2189/blind75
my python solutions to the Blind 75 LeetCode questions
Last synced: 16 Nov 2024
https://github.com/billy0402/leetcode
LeetCode problems solution collection, mainly using Python.
Last synced: 14 Nov 2024
https://github.com/misterpea/leetcode
LeetCode Problems •:°:• Completed in Python and JavaScript
coding-challenge leetcode leetcode-javascript leetcode-python leetcode-solutions
Last synced: 12 Nov 2024
https://github.com/dancastillo/leetcode
Solutions for different problems on leetcode.com written in JavaScript
Last synced: 19 Nov 2024
https://github.com/ereminiu/leetcode
algorithms algorithms-and-data-structures data-structures leetcode leetcode-solutions python
Last synced: 16 Nov 2024
https://github.com/codeprometheus/the-rode-to-algo
Solve problems one by one, step by step until reach the goal!
Last synced: 12 Nov 2024
https://github.com/prathambhalke/javascript-interview-preparation
JS Interview Preparation Repository
javascript leetcode logic problem-solving
Last synced: 15 Dec 2024
https://github.com/mikeleo03/leetcode-journey
Dedicated this repo to my LeetCode grind, which I now find incredibly exciting! :D
Last synced: 30 Nov 2024
https://github.com/7amitdas/blackpearl
Java Coding Problems & Solutions from Different Sources like HackerRank, LeetCode, AlgoExpert etc.
algoexpert algoexpert-java-solutions algoexpert-solutions coding-challenge coding-interviews codingbat codinggame hackerrank hackerrank-java hackerrank-solutions interview interview-practice interview-questions java leetcode leetcode-java leetcode-solutions
Last synced: 12 Nov 2024
https://github.com/ambidextrous9/600-dsa-problems
600+ DSA Problems solved from GFG, LeetCode, BinarySearch
algorithms algorithms-and-data-structures binary-search dsa dsa-algorithm dsa450 dynamic-programming leetcode
Last synced: 12 Nov 2024
https://github.com/dgarc359/neetcode
Neetcode solutions in typescript
generally-available leetcode neetcode typescript
Last synced: 19 Nov 2024
https://github.com/limdongjin/problemsolving
java / c++ / python
algorithms boj c data-structures java leetcode problem-solving python
Last synced: 12 Nov 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 Nov 2024
https://github.com/2kabhishek/leetcode
Solutions for LeetCode problems. ☑🧩
competitive-programming data-structures learning leetcode leetcode-solutions programming
Last synced: 12 Nov 2024
https://github.com/xushaohua/thealgorithms
All data structures and algorithms in Rust. 使用 Rust 语言实现所有的数据结构与算法
algorithms data-structures leetcode rust
Last synced: 13 Nov 2024
https://github.com/tonydoen/followleetcodeorpoj
偷懒掉的都要补回来
gof gof-patterns leetcode leetcode-java mian-shi offer
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-solutions_difficulty-easy
Embark on my LeetCode learning adventure! Follow along as I tackle coding challenges, sharing my solutions and learning experiences. Join me in honing our coding skills together! 🚀 #LeetCode #CodingJourney
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-1678-goal-parser-interpretation
LeetCode Problem 1678. Goal Parser Interpretation - interpreting a given string command using a Goal Parser. The interpreter replaces specific substrings according to defined rules, and the goal is to return the final concatenated result after the interpretation.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-1346-check-if-n-and-its-double-exist
LeetCode Problem 1346. Check If N and Its Double Exist - Determine if there exist two indices in an array where the element at one index is twice the value of the element at another index. The goal is to check this condition for any pair of indices in the given array.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-771-jewels-and-stones
LeetCode Problem 771. Jewels and Stones - The task is to count how many stones in a given string are considered jewels based on a separate string of jewel types. The solution involves comparing characters in both strings and tallying the matches.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-2011-final-value-of-variable-after-performing-operations
LeetCode Problem 2011. Final Value of Variable After Performing Operations - execution of simple increment and decrement operations on a variable 'X' based on a given array of operation strings. The goal is to determine the final value of 'X' after performing all the operations.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-2942-find-words-containing-character
LeetCode Problem 2942. Find Words Containing Character - The problem involves finding and returning the indices of words in a given array that contain a specific character 'x'. The task is to iterate through each word and identify those that include the specified character.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-412-fizz-buzz
LeetCode Problem 412. Fizz Buzz - The FizzBuzz problem requires generating a sequence of strings from 1 to 'n', where each number is replaced by "Fizz," "Buzz," "FizzBuzz," or itself based on specific divisibility rules.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-2235-add-two-integers
LeetCode Problem 2235. Add Two Integers - Just adding tow numbers
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-1935-maximum-number-of-words-you-can-type
LeetCode Problem 1935. Maximum Number of Words You Can Type - The task is to count the number of words that can be typed using a malfunctioning keyboard, considering a given string of words and a list of broken letters. Words containing any broken letter are considered untypeable.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-1389-create-target-array-in-the-given-order
LeetCode Problem 1389. Create Target Array in the Given Order - Creating a target array by sequentially inserting elements from the 'nums' array at specified indices given in the 'index' array. The goal is to return the final target array following the insertion rules.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-1812-determine-color-of-a-chessboard-square
LeetCode Problem 1812. Determine Color of a Chessboard Square - The problem involves determining the color of a chessboard square based on its coordinates. Given a letter and a number representing a valid chessboard square, the task is to decide whether the square is black or white.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-2744-find-maximum-number-of-string-pairs
LeetCode Problem 2744. Find Maximum Number of String Pairs - The task is to find the maximum number of pairs that can be formed by pairing distinct strings in an array with their reversed counterparts. Each string can only be part of one pair.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-1784-check-if-binary-string-has-at-most-one-segment-of-ones
LeetCode Problem 1784. Check if Binary String Has at Most One Segment of Ones - check if a binary string has at most one contiguous segment of ones. The function returns true if the ones form a single unbroken sequence; otherwise, it returns false.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-1108-defanging-an-ip-address
LeetCode Problem 1108. Defanging an IP Address - The task is to create a defanged version of a given IPv4 address by replacing each period "." with "[.]". The goal is to modify the address format while preserving its validity.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-1897-redistribute-characters-to-make-all-strings-equal
LeetCode Problem 1897. Redistribute Characters to Make All Strings Equal - This problem challenges to determine whether it is possible to make all strings in a given array equal through a series of operations that involve moving characters between strings. The goal is to return true if such equality can be achieved and false otherwise
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-2469-convert-the-temperature
LeetCode Problem 2469. Convert the Temperature - This problem entails converting a Celsius temperature to its corresponding values in Kelvin and Fahrenheit, utilizing precise conversion formulas, and returning the results in a two-element array with specified precision.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-1051-height-checker
LeetCode Problem 1051. Height Checker - determining the number of students in a school lineup whose heights do not match the expected non-decreasing order for an annual photo. The task is to compare the given array of student heights with the array representing the expected order and count the indices where disparities occur.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-2974-minimum-number-game
LeetCode Problem 2974. Minimum Number Game - A given array of even length. In each round, two players remove and append elements in a specific order, and the task is to return the resulting array after all rounds are completed.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-2960-count-tested-devices-after-test-operations
LeetCode Problem 2960. Count Tested Devices After Test Operations - testing devices based on their battery percentages. For each tested device, its battery percentage is decremented by 1, and the operation is propagated to subsequent devices, with the goal of determining the total number of tested devices.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-2441-largest-positive-integer-that-exists-with-its-negative
LeetCode Problem 2441.Largest Positive Integer That Exists With Its Negative - The problem requires finding the largest positive integer in an array such that its negative counterpart also exists in the array. The objective is to return this maximum positive integer, or -1 if no such integer is found.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-1816-truncate-sentence
LeetCode Problem 1816. Truncate Sentence - Given a sentence s and an integer k. You want to truncate s such that it contains only the first k words. Return s after truncating it.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-1422-maximum-score-after-splitting-a-string
LeetCode Problem 1422. Maximum Score After Splitting a String - The problem involves maximizing the score by splitting a binary string into two parts and counting zeros on the left and ones on the right. The goal is to iterate through possible splits and return the highest achievable score.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-20-valid-parentheses
LeetCode Problem 20. Valid Parentheses -Focuses on determining the validity of a given string consisting of parentheses, braces, and brackets. The solution employs a stack-based approach to efficiently check if the arrangement of symbols follows the rules
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-1-twosum
LeetCode Problem 1.Two Sum - This repository contains my solution to the classic "Two Sum" problem from LeetCode. The problem entails finding two numbers in an array that sum up to a given target.
java leetcode leetcode-java leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-2620-counter-30-days-of-javascript-day-2
Leetcode Problem 2620 Counter - Function that takes an initial value n and returns a new function. The returned function, when called, will return n and then increment it for subsequent calls, creating a counter.
javascript leetcode leetcode-javascript leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/emilwijayasekara/leetcode-2667-create-hello-world-function-30-days-of-javascript-day-1
LeetCode Problem 2667. Create Hello World Function - In this problem we have to write a function createHelloWorld. It should return a new function that always returns "Hello World".
javascript leetcode leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/specialtactics/leetcode-2020-30day
Leetcode 2020 April 30 day challenge
Last synced: 24 Nov 2024
https://github.com/bilbottom/leetcode-go
Not optimal, not impressive, but some solutions to LeetCode problems written in Go.
Last synced: 13 Nov 2024
https://github.com/nkcoder/cottesloe
My LeetCode data structure and algorithm practice in Python.
algorithms data-structures leetcode python3
Last synced: 13 Nov 2024
https://github.com/singharyan1007/leetcode-solutions
Leetcode and GFG solutions
faang faang-preparation gfg java leetcode
Last synced: 14 Nov 2024
https://github.com/codersunny812/stellar-connect
This is a project inspired by the Leetcode where people can create account and login into thier account and saw the dsa problem and solve them.
javascript leetcode react-router reactjs
Last synced: 13 Nov 2024
https://github.com/vishalthehuman/leetcode
Here, I will be updating the Leet Code Questions that I've solved. The answers will be correct but it may not always have the best runtime and memory usage. Bear with me.
leetcode leetcode-go leetcode-golang leetcode-java leetcode-python leetcode-python3 leetcode-questions leetcode-solutions
Last synced: 16 Nov 2024
https://github.com/prinorange/my-leetcode
Here are my notes for leetcode learning with algorithm and data structures. And I will try to solve them with C program. Sure, I also put in my thinking about the problems and some related knowledges.
algorithm data-structures learning leetcode notebook notes
Last synced: 14 Nov 2024
https://github.com/bytesbybianca/leetcode
Working my way through Leetcode to practice DSA while prepping for technical interviews.
Last synced: 16 Nov 2024
https://github.com/ishaantek/leetcode-solutions
Collection of my solutions to LeetCode problems in Python.
algorithms coding-challenge coding-interviews competitive-programming data data-structures leetcode leetcode-python python python3
Last synced: 16 Nov 2024
https://github.com/abanoub-asaad/problemsolving
LeetCode Solutions and Ds & Algo Resources.
cpp java leetcode problem-solving
Last synced: 16 Nov 2024
https://github.com/ajaysharma12799/competitive-programming-solution
This Repo Contain Solution of Problems From LeetCode, GeeksForGeeks, CodeChef and HackerEarth
codechef geeksforgeeks hackerearth java leetcode problem-solving
Last synced: 13 Nov 2024
https://github.com/marianogappa/leetlink
CLI tool that gets the Leetcode link for a given problem number.
Last synced: 16 Nov 2024
https://github.com/rathod-shubham/python-projects
Python is a general-purpose, versatile, and powerful programming language. Here is a curated list of programs written in my absolute favorite programming language.
algorithms-and-data-structures competitive-programming cracking-the-coding-interview datastructures datastructures-algorithms django django-application docker docker-container dockerhub hackerrank hackerrank-solutions leetcode leetcode-solutions python3 sorting-algorithms-implemented tkinter tkinter-gui turtle turtle-graphics
Last synced: 21 Nov 2024
https://github.com/ibrahimhabibeg/leetcode
My solutions for Leetcode problems in Java
leetcode leetcode-java leetcode-solutions problem-solving
Last synced: 22 Dec 2024
https://github.com/ab1nv/codebase
Leetcode, Codeforces, Advent of Code and other popular problem sets, solved. Also comes with a README organizer script for large problem set repos.
advent-of-code codeforces competitive-programming cpp cses golang haktoberfest leetcode leetcode-solutions python script solutions
Last synced: 14 Nov 2024
https://github.com/beatricebretti/bealeetcode
Upload of my LeetCode solutions
leetcode leetcode-cpp leetcode-solutions
Last synced: 14 Nov 2024
https://github.com/hilarionengarejr/leetcode
Just LeetCode nothing to see here lol.
leetcode leetcode-javascript leetcode-python
Last synced: 15 Dec 2024
https://github.com/hanaasagi/pyleetcode
My LeetCode solution using Python
leetcode leetcode-python leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/trulyaman25/leetcode-solutions
Here, I share all the LeetCode questions I solve, offering solutions ranging from Brute Force to more refined and the most optimized approaches!
cpp leetcode leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/kabeech/xtreme-xmas-code
An xtreme mod for your favorite advent calendar
advent-of-code holidays leetcode
Last synced: 16 Nov 2024
https://github.com/kaierikniermann/tech-interview-prep
This is a collection of some materials for technical interviews
algorithms dsa interview-prep leetcode
Last synced: 13 Nov 2024
https://github.com/hossein13m/leetcodechallenges
LeetCode Challenges Answers and Explanations
algorithms data-structures javascript leetcode
Last synced: 13 Nov 2024
https://github.com/fahadulshadhin/leetcode-dashboard
A dashboard for my LeetCode solutions
Last synced: 14 Nov 2024
https://github.com/fahadulshadhin/leetcode-stats-api
API to grab your LeetCode profile stats
Last synced: 14 Nov 2024
https://github.com/vishal-piprotar/dsa_java
Java DSA question_solution
daily-coding-problem data-structures dsa java leetcode
Last synced: 16 Nov 2024
https://github.com/jahnvisahni31/100daysofcode
Covering the journey of 100daysofcode with striver sde sheet and leetcode potd
dsa-algorithm dsa-preparation interview-preparation leetcode leetcodeproblems problemoftheday strivers-sde-sheet
Last synced: 14 Nov 2024
https://github.com/ahmedrafat-sw/problem-solving
this is a problem solving repo in java
arrays-and-strings dynamic-programming hackerrank-solutions interview-preparation java leetcode leetcode-solutions problem-solving programming-exercises searching-algorithms sliding-window sorting-algorithms twopointers
Last synced: 13 Nov 2024
https://github.com/muhamadajiw/daily-leetcode
My coding practices, not that good though so don't use these as reference!
Last synced: 16 Nov 2024
https://github.com/nikhiljsk/dsa-golang
DSA solutions written in Golang - Leetcode and Striver A2Z DSA Sheet
follow-ups go golang leetcode leetcode-go leetcode-golang leetcode-solutions strive-a2z-dsa-sheet striver-a2z-sheet striver-a2z-sheet-course
Last synced: 16 Nov 2024
https://github.com/abdullah-niaz/leetcode
leetcode is a collection of solutions to various LeetCode problems, covering a wide range of algorithms and data structures. This repository serves as a practice resource for coding interviews and competitive programming, with solutions in Python for different problem categories and difficulties.
dsa leetcode leetcode-cpp leetcode-java leetcode-python leetcode-solutions problem-solving
Last synced: 16 Nov 2024
https://github.com/flypythoncom/leetcode
飞蟒Python ——FlyPython LeetCode题解
flypython leetcode leetcode-python python python3
Last synced: 13 Nov 2024
https://github.com/sagarmaheshwary/leetcode-practice
leetcode leetcode-solutions leetcode-typescript
Last synced: 13 Nov 2024
https://github.com/yashi-singh-9/leetcode-daily-solutions
I am currently solving Leetcode problems on a daily basis, focusing on JavaScript solutions to enhance my problem-solving skills and proficiency in the language.
javascript leetcod-daily-solution leetcode vanilla-javascript
Last synced: 13 Nov 2024
https://github.com/danishprakash/sport
My solutions to various sport/competitive programming problems.
algorithms dsa geeksforgeeks hackerrank leetcode
Last synced: 14 Nov 2024
https://github.com/debaghtk/leet2git
fetches solutions from leetcode
algorithms-and-data-structures interview interview-preparation leetcode leetcode-solutions
Last synced: 13 Nov 2024
https://github.com/seralaci/csharp-algorithm-challenges
Algorithms, data structures and coding challenges in C#
algorithms c-sharp challenges csharp data-structures dotnet leetcode
Last synced: 13 Nov 2024
https://github.com/mj-awad17/leetcode-problems-solutions
Collection of @LeetCode problems Daily Challenges and their possible solutions with different approaches along side the @leetcode @topics of DSA.Below review the LeetCode-Profile
arrays backtracking binary-search-tree graph hash-table leetcode leetcode-python leetcode-solutions linked-list math sorting string tree two-pointers
Last synced: 14 Nov 2024
https://github.com/memirdogan/leetcode
My answers to LeetCode questions
leetcode leetcode-java leetcode-python leetcode-solutions leetcodesql
Last synced: 13 Nov 2024