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/hbina/leetcode-solutions

My solutions to LeetCode problems.

cpp csharp java leetcode mysql

Last synced: 06 May 2026

https://github.com/buikhacnam/leetcode-assistant-chrome-extension

A Chrome Extension makes your Leetcode journey easier!

chrome chrome-extension leetcode leetcode-solutions

Last synced: 08 May 2026

https://github.com/arkadiyshuvaev/leetcode-challenges

Practice makes perfect :)

leetcode python

Last synced: 08 May 2026

https://github.com/shreemay-dixit/notion-coding-sync

A simple progress tracker which updates data from websites like leetcode,codechef,hackerank etc into your notion dashboard.

automation database leetcode notion progress tracker

Last synced: 09 May 2026

https://github.com/traunguyentvt/algorithms_leetcode

Study algorithms to deal with common problems in developing software.

algorithms ios leetcode swift5

Last synced: 09 May 2026

https://github.com/alvii147/leetcode

LeetCode problems & solutions

algorithms concurrency database leetcode shell

Last synced: 09 May 2026

https://github.com/convexwf/leetcode

Solution to Leetcode problems. 在此记录 Leetcode 题目的解法思路,以C++为主。

algorithm cpp data-structures leetcode

Last synced: 24 Aug 2025

https://github.com/santoshvarmaaddala/leetcode_api

Leetcode Api to fetch the leetcode user details easily

api endpoint fastapi graphql leetcode python3 request uvicorn webscarpping

Last synced: 09 May 2026

https://github.com/wst7/algorithm

Algorithm code with JS/TS Go Rust

algorithm go js leetcode

Last synced: 10 May 2026

https://github.com/rmenai/leetcode

My LeetCode solutions

algorithms leetcode python

Last synced: 11 May 2026

https://github.com/ridvikpal/leetcode-solutions-cpp

C++ solutions to problems I've solved on DSA platforms like LeetCode

cpp leetcode leetcode-solutions

Last synced: 11 Jun 2026

https://github.com/grand-27-master/leetcode-solutions

Collection of LeetCode questions to ace the coding interview!

dsa interview-preparation leetcode problems

Last synced: 13 Jun 2026

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 Jun 2026

https://github.com/ngugimuchangi/coding-challenges

Solutions to common interview questions

hackerrank leetcode

Last synced: 15 Jun 2026

https://github.com/jason-c-daniels/leet-code

A small selection of code challenges I've tried on LeetCode in c++.

cpp leetcode

Last synced: 17 Jun 2026

https://github.com/sudohainguyen/leetcode-practice

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

interview-questions leetcode

Last synced: 22 Jun 2026

https://github.com/alireza-malek/pragmatic-leetcode-cheatsheet

A curated collection of common technical interview patterns. Optimized for both quick reviews and detailed problem breakdowns.

algorithms cheatsheet leetcode leetcode-cheatsheet leetcode-solutions

Last synced: 25 Jun 2026

https://github.com/arbinzaman/problem-solve-codes

Here i push my problem solving and practice codes with C++.

atcoder beecrowd codechef codeforces cpp dsa hackathon js leetcode problem-solving problems-solving

Last synced: 25 Jun 2026

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: 07 Jun 2026

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: 19 Oct 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/m-ezhil/leetcode-sql50

Welcome to my repository featuring solutions to the SQL 50 challenge from LeetCode. Whether you're practicing for technical interviews or just looking to sharpen your SQL skills, this collection covers a wide range of topics from basic to complex queries.

dataanalysis dataanalytics database leetcode mysql sql sqlserver

Last synced: 13 Apr 2026

https://github.com/thomhayner/leetcode

A repo containing my LeetCode solutions.

leetcode leetcode-solutions

Last synced: 02 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/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: 29 May 2026

https://github.com/bryand1/solutions

Solutions to exercises

algorithms cpp leetcode python3

Last synced: 19 Apr 2026

https://github.com/praveendwivediii/leetcode-sql-50

This repository contains my solutions to LeetCode’s Top 50 SQL challenges. Great for mastering core SQL concepts and prepping for data interviews.

leetcode sql

Last synced: 24 Jan 2026

https://github.com/whisperpine/leetcode-py

LeetCode problem solutions in Rust.

algorithms data-structures dsa leetcode neetcode python

Last synced: 11 Oct 2025

https://github.com/leetking/leetcode

My tour in LeetCode

leetcode

Last synced: 11 Oct 2025

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: 02 Jun 2026

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

Solutions to Leetcode problems; updated daily

algorithms-and-data-structures leetcode leetcode-solutions python3

Last synced: 10 Oct 2025

https://github.com/salma-mamdoh/30-day-of-pandas

My Solutions For 30-Day-of-Pandas Challenges on LeetCode.

30-day-leetcoding-challenge jupyter-notebook leetcode pandas problem-solving python

Last synced: 09 May 2026

https://github.com/sreejeet/leetcode

My leetcode solutions. No PRs unless for improvement/corrections.

algorithms competitive-programming data-structures exercises leetcode leetcode-solutions solutions

Last synced: 14 Jan 2026

https://github.com/aint/leetcode

🎓 My polyglot solutions of Leetcode problems. Scala, Java, Golang, Python, C++ etc.

algorithms cpp golang java leetcode python rust scala

Last synced: 14 Jan 2026

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: 17 Apr 2026

https://github.com/joric/leetcode

Leetcode Daily stats & calendar (with scheduled update)

leetcode oneliners

Last synced: 03 Jun 2026

https://github.com/quien697/algorithm-swift

It’s an algorithm practice project created using the Xcode Command Line Tool on macOS

algorithm leetcode swift

Last synced: 10 Oct 2025

https://github.com/ostheperson/leetcode-problems

Solutions to some Leetcode problems.

leetcode leetcode-solutions problem-solving

Last synced: 14 Jan 2026

https://github.com/a9na/daily-leetcode-js

🌟 Daily JavaScript LeetCode challenges 🚀💻

algorithms-and-data-structures javascript leetcode

Last synced: 09 Oct 2025

https://github.com/kabeech/xtreme-xmas-code

An xtreme mod for your favorite advent calendar

advent-of-code holidays leetcode

Last synced: 09 Oct 2025

https://github.com/alphaleporus/leetabhyas

Daily DSA grind on LeetCode – Abhyas of code, logic, and consistency.

algorithms auto-sync competitive-programming cronjob data-structures dsa github-actions java leetcode leetcode-export python workflow

Last synced: 17 Apr 2026

https://github.com/jyorien/leetbook

Your notebook for LeetCode.

chrome-extension leetcode

Last synced: 16 Apr 2026

https://github.com/sharadbhat/competitive-coding

Solutions to problems on Hackerrank, Hackerearth, etc.

competitive-programming hackerrank leetcode python3

Last synced: 09 Oct 2025

https://github.com/ryanparsa/leetcode

my leetcode playground

algorithm leetcode

Last synced: 17 Apr 2026

https://github.com/abanoub-asaad/problemsolving

LeetCode Solutions and Ds & Algo Resources.

cpp java leetcode problem-solving

Last synced: 17 Apr 2026

https://github.com/hyperplasma/ultimate-solutions

Hyplus solutions for LeetCode, PAT, etc. Mainly in Java, C++, and Go. Daily AC!

cpp golang java javascript leetcode leetcode-java marscode php pta

Last synced: 04 Apr 2026

https://github.com/jpleboeuf/leetcode_solutions

My solutions to problems available on LeetCode.

leetcode leetcode-solutions

Last synced: 18 Apr 2026

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: 19 Apr 2026

https://github.com/dolphinium/leet-code

repo for LeetCode problems that I solved

algorithms leetcode python

Last synced: 19 Apr 2026

https://github.com/percebus/algorithmic-excercises

Algorithmic exercises

algo algorithm leetcode

Last synced: 18 Jan 2026

https://github.com/ch-garcia/leetcode-sql

This repository contains all of my SQL solutions for problems solved on LeetCode using PostgreSQL.

leetcode leetcode-practice leetcode-questions leetcode-solutions postgres postgresql sql

Last synced: 04 Jun 2026

https://github.com/suvraneel/leetcode

Documenting my LeetCode journey one problem at a time. Feel free to use this repository's public template

leetcode leetcode-cpp leethub

Last synced: 23 Apr 2025

https://github.com/abdullah-niaz/linked-list-problems

Solutions to various linked list problems, covering basic operations, advanced techniques, and efficient problem-solving approaches in C++/Python.

algorithms cplusplus datastructures leetcode linkedlist problemsolving python

Last synced: 20 Apr 2026

https://github.com/ruialves99k/dart_leetcode

Solving LeetCode problems using dart

dart leetcode

Last synced: 05 Jun 2026

https://github.com/deepanchal/dsa

Repo to practice Data Structures & Algorithms.

algorithms-and-data-structures cpp java leetcode leetcode-solutions

Last synced: 11 May 2026

https://github.com/haleshot/competitive-programming

Contains files relating to Competitive program questions from sites such as Hackerrank, Codechef, etc.

codechef competitive-coding competitive-programming competitive-programming-algorithms hackerrank hackerrank-solutions leetcode leetcode-solutions

Last synced: 07 May 2025

https://github.com/sunopar/leetcode-js

leetcode-js

javascript leetcode

Last synced: 08 Oct 2025

https://github.com/lcian/leetcode-plagiarism-detector

🔍 Automated plagiarism reports for LeetCode Contests

competitive-programming leetcode plagiarism-detection

Last synced: 24 Nov 2025

https://github.com/dbgoytia/algorithms

A collection of fun algorithms and challenges from leetcode, codewars, and pro bootcamps implemented in Go and Python3

algorithms codewards go leetcode python python3

Last synced: 14 Jan 2026

https://github.com/aglove2189/blind75

my python solutions to the Blind 75 LeetCode questions

leetcode

Last synced: 22 Apr 2026

https://github.com/ischaojie/leetcode

刷题!刷题!!刷题!!!

go leetcode offer python

Last synced: 22 Apr 2026

https://github.com/anuj-thakur-513/6-companies-30-days

This is the repo for Arsh Goyal's 6 Companies 30 Days Challenge

6companies30days 6companies30days2k23 arshgoyal challenge leetcode revisewitharsh

Last synced: 06 Jun 2026

https://github.com/ascender1729/leetcode_scraper

Extract topic tags from LeetCode problems to streamline interview preparation.

beautifulsoup coding-interview data-analysis graphql leetcode python scraper web-scraping

Last synced: 20 Jun 2026

https://github.com/dhanushreddy291/solved-dsa-problems

This REPO Conatains DSA problems that I have solved on various websites such as Hackerrank, Leetcode and Interviewbit.

algorithms hackerrank hackerrank-solutions leetcode

Last synced: 08 Oct 2025

https://github.com/wittyicon29/dsa

Some problems of leetcode on various techniques and concepts of DSA

algorithms data-structures leetcode

Last synced: 07 Oct 2025

https://github.com/eacontang/algorithm-in-python

algorithm-in-python

algorithm leetcode python

Last synced: 07 Oct 2025

https://github.com/anusree6154s/dsa-practise

DSA practise code and notes

crio dsa leetcode striver

Last synced: 29 May 2026

https://github.com/iprajwaal/smash_leeetcoodeee

Just using time on DSA

cpp dsa leetcode python

Last synced: 25 Apr 2026

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: 07 Jun 2026

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: 10 Jun 2026

https://github.com/zsarge/leetcode

Random leetcode problems

leetcode leetcode-solutions leethub

Last synced: 22 Jun 2026