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.

https://github.com/amaan-bhati/lc-problem-of-the-day-solutions

This GitHub repository tracks my daily progress on LeetCode coding challenges. Here, you'll find my solutions to the daily problems, serving as a log of my journey towards mastering algorithms and data structures

leetcode leetcode-javascript leetcode-solutions leetcodeproblems

Last synced: 06 Sep 2025

https://github.com/nobleknightt/contests-cli

Get schedule of coding contests from various coding platforms in your terminal.

api atcoder cli-tool codechef codeforces competitive-programming-contests geeksforgeeks leetcode python web-scraping

Last synced: 10 Mar 2025

https://github.com/hamidhosen42/stl-standard-template-library

STL-Standard-Template-Library. All STL Code with problem solving

algorithm c-plus-plus data-structures leetcode online-judge problem-solving stl

Last synced: 20 Feb 2025

https://github.com/smercer10/leetgo

A collection of efficient and intelligible Go solutions for popular LeetCode problems.

go golang leetcode leetcode-solutions neetcode150

Last synced: 20 Feb 2025

https://github.com/smercer10/leetrust

A collection of efficient and intelligible Rust solutions for popular LeetCode problems.

algorithms data-structures leetcode leetcode-solutions neetcode150 pre-commit rust workflows

Last synced: 20 Feb 2025

https://github.com/czzonet/leetcode-crasher

leetcode-crasher || leetcode自己解题历程 每天一题

leetcode typescript

Last synced: 30 Mar 2025

https://github.com/akazad13/leetcode

I will provide explanations for LeetCode problems in this repository.

cpp graph-algorithms greedy-algorithms leetcode leetcode-cpp leetcode-solutions linked-list sliding-window

Last synced: 08 Apr 2025

https://github.com/rgvirer/leetcode-solutions

Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v3](https://github.com/raphaelheinz/LeetHub-3.0)

leetcode leetcode-practice leetcode-solutions

Last synced: 20 Feb 2025

https://github.com/samridhi060/leetcode1672

LeetCode 1672: Richest Customer Wealth

java leetcode leetcode-java leetcode-solutions

Last synced: 25 Mar 2025

https://github.com/sysfutex/leetcode

LeetCode problems' solutions

cpp java leetcode

Last synced: 20 Mar 2025

https://github.com/berkmann18/leetcode

My leetcode solutions

coding-challenge leetcode solutions

Last synced: 30 Mar 2025

https://github.com/luhc228/myleetcode

LeetCode solutions in JS.

javascript leetcode

Last synced: 01 Mar 2025

https://github.com/man0sh-r0y/leetcode-practice-enviroment

VS Code set up for your seamless problem solving journey. If You are a Windows / Mac user you can follow it.

leetcode problem-solving vscode

Last synced: 03 Jul 2025

https://github.com/joshludahl/algorithms

A repository to host various algorithms and problems from different languages.

algorithms algorithms-and-data-structures codesignal data-structures leetcode practice

Last synced: 01 Apr 2025

https://github.com/1ayanabil1/algorithms

Welcome to the Algorithms repository! 🚀 This repository is dedicated to documenting and sharing my journey through algorithm learning, with a special focus on the Grokking Algorithms book.

codewars codewars-solutions data-structures hackerrank hackerrank-solutions jupyter-notebook leetcode leetcode-python leetcode-solutions machine-learning prob python search-algorithm searching searching-algorithms

Last synced: 26 Jul 2025

https://github.com/minhazulmin/leetcode

Solutions to LeetCode problems in various programming languages. A collection of algorithms and data structure challenges to improve problem-solving skills.

leetcode leetcode-javascript leetcode-php leetcode-solutions

Last synced: 06 Sep 2025

https://github.com/nikamelashvili/leetcode-blind-75-java

leetcodes blind 75 questions.

blind75 leetcode leetcode-java

Last synced: 31 Mar 2025

https://github.com/fjc0k/leetcodejs

LeetCode,中文,JavaScript。

leetcode leetcode-javascript

Last synced: 06 Sep 2025

https://github.com/shuimuliang/leetcode

LeetCode Practice by Swift

leetcode swift

Last synced: 16 Mar 2025

https://github.com/ianfelps/leetcode

Repositório com soluções comentadas de problemas de LeetCode. Inclui explicações, abordagens utilizadas e reflexões sobre cada questão resolvida.

data-structures leetcode python study

Last synced: 18 Sep 2025

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: 01 Mar 2025

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: 01 Mar 2025

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: 01 Mar 2025

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: 01 Mar 2025

https://github.com/shuklaritvik06/leetcode

Leetcode Questions that I solved using LEETHUB!

leetcode leethub

Last synced: 10 Mar 2025

https://github.com/arrmansa/leetcode-nice-solutions

Some solutions for leetcode problems that I found fun - either the algorithm or using numpy bruteforce where it shouldn't be

leetcode leetcode-python leetcode-python3 leetcode-solutions numpy python python3

Last synced: 16 Mar 2025

https://github.com/davidlj95/leetcode-java

Leetcode solutions in Java

leetcode leetcode-java leetcode-solutions

Last synced: 18 Jun 2025

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: 01 Mar 2025

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: 01 Mar 2025

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: 01 Mar 2025

https://github.com/alvii147/leetcode

LeetCode problems & solutions

algorithms concurrency database leetcode shell

Last synced: 28 Apr 2025

https://github.com/arup9134/find_middle

find_middle is a Python function that calculates the middle element of a given list by finding the median or the element closest to the average value of the list. It provides a straightforward way to locate the central value within a collection of elements.

bpf bpf2go datastructures leetcode linked-list linkedlist lovely-professional-university lpu mid-point-approach midpointofroute problem-solving rubiks-cube sauravhathi vscode-extension

Last synced: 26 Jul 2025

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: 01 Mar 2025

https://github.com/billwallis/leetcode-go

Not optimal, not impressive, but some solutions to LeetCode problems written in Go.

go leetcode

Last synced: 25 Jul 2025

https://github.com/linx4200/leetcode

my dumb solutions for LeetCode

leetcode leetcode-javascript leetcode-solutions

Last synced: 08 Apr 2025

https://github.com/anshiii/leetcode-javascript

The answer of problems from leetcode in javascript

leetcode

Last synced: 16 Mar 2025

https://github.com/ismailza/leetcode

This repository contains my solutions to LeetCode problems.

challenge leetcode solutions

Last synced: 11 Mar 2025

https://github.com/kramachandrashenoy/leetcode

This repository contains Leetcode questions and their solutions in Python.

leetcode leetcode-python leetcode-solutions mysql python sql

Last synced: 21 Feb 2025

https://github.com/bilbottom/leetcode-go

Not optimal, not impressive, but some solutions to LeetCode problems written in Go.

go leetcode

Last synced: 01 Mar 2025

https://github.com/joelhy/leetcode-in-rust

My LeetCode solutions in Rust.

leetcode leetcode-rust leetcode-solutions rust

Last synced: 27 Feb 2025

https://github.com/mr-possible/leetcode-practice

A developer has his vices 😪

leetcode

Last synced: 10 Apr 2025

https://github.com/liaojimmy/leetcode-node-js

LeetCode Development Environment

eslint jest leetcode yarn

Last synced: 15 Mar 2025