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/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/afa-farkhod/leetcode-problems

Leetcode Problems & Solutions

coding-challenge leetcode problem-solving

Last synced: 16 Feb 2026

https://github.com/codebyaadi/easy-leetcode-problems

LeetCode is a popular online platform that provides coding challenges to help developers improve their algorithmic and problem-solving skills. The "Easy" category includes problems that are relatively simpler compared to the more advanced difficulty levels, making them a great starting point for beginners or anyone looking to strengthen their found

dsa dsa-algorithm dsa-practice java leetcode leetcode-java leetcode-solutions

Last synced: 20 Mar 2025

https://github.com/falcao-g/leetcode

Soluções de alguns desafios do leetcode em Python e C++

competitive-programming cpp leetcode python

Last synced: 18 May 2026

https://github.com/zhenxikim/leetcode

알고리즘 풀이 리파지토리

algorithms leetcode leetcode-java programmers-online-judge

Last synced: 23 Apr 2025

https://github.com/wiirios/leetcode

my solutions for LeetCode

java leetcode solutions

Last synced: 20 Mar 2025

https://github.com/zeyu-li/leetcode

some leetcode solutions 🤓

leetcode leetcode-solutions

Last synced: 16 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: 19 Oct 2025

https://github.com/vishwac09/leet-codes

Collection of Examples solved on LeetCode

leetcode leetcode-solutions

Last synced: 20 Mar 2025

https://github.com/dennisbyberg/my-leetcode-solutions

A collection of my Leetcode solutions implemented in TypeScript and tested with Vitest. Explore my problem-solving approaches and coding techniques across various challenges.

leetcode typescript vitest

Last synced: 26 Mar 2025

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

Leetcode practices and solutions

cpp data-structures-and-algorithms leetcode

Last synced: 26 Mar 2025

https://github.com/jiannan-dev/leetcode-daily-question

获取leetcode每日一题(get the daily question of leetcode)

daily-questions leetcode

Last synced: 12 Jun 2025

https://github.com/manvirheer/leetcode

Solutions to attempted leetcode questions

leetcode leetcode-java leetcode-solutions

Last synced: 25 Mar 2025

https://github.com/guyswhocode/leetcode-vault

Obsidian vault containing a curated collection of commonly asked LeetCode questions and its solutions.

interview-preparation javascript leetcode obsidian

Last synced: 14 May 2026

https://github.com/marc-mosca/leetcode

My answer to Leetcode problems.

leetcode software-engineering swift

Last synced: 20 Mar 2025

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

My personal LeetCode problems solutions, written in TypeScript with Jest testing

jest leetcode leetcode-solutions node nodejs problem-solving testing ts typescript

Last synced: 26 Mar 2025

https://github.com/badhon495/leetjourney

This project is a collection of my solutions to LeetCode problems.

leetcode

Last synced: 04 Jul 2025

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

This repository contains solutions to various LeetCode problems in multiple programming languages.

data-structures-and-algorithms dsa leetcode

Last synced: 13 Jun 2025

https://github.com/terenceponce/leetcode-elixir

My solutions to LeetCode problems written in Elixir

leetcode leetcode-elixir leetcode-solutions

Last synced: 28 Feb 2025

https://github.com/prayas7102/leetcode-solutions-in-cpp

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

array-manipulations backtracking binary-search-tree binary-tree bit-manipulation cpp dynamic-programming graph interview-questions leetcode leetcode-solutions linked-list recursion string-manipulation trie

Last synced: 17 Jun 2025

https://github.com/jtr109/lcutils

Helper utils for writing code and tests locally easier. Such as converters and operators about TreeNode, ListNode, and so on.

go golang leetcode utils

Last synced: 14 Jan 2026

https://github.com/gunh0/leetcode-python

LeetCode Solutions: A Record of My Problem Solving Journey.

leetcode python3

Last synced: 25 Mar 2025

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: 20 Jul 2025

https://github.com/firoz-thakur/leetcodesolving

Welcome to the LeetCode Problem Solving repository! This repository contains solutions to a variety of problems from LeetCode, covering a wide range of topics in Data Structures and Algorithms. The goal is to enhance problem-solving skills and help you ace technical interviews.

algorithm codechef-solutions codeforces-solutions competitive-programming cpp data-structures java leetcode leetcode-solutions problem-solving

Last synced: 11 May 2026

https://github.com/fritx/mixed-playground

Test-driven doing LeetCode in Go, Python, Rust, Java and even Solidity!

leetcode solidity testing

Last synced: 21 Apr 2026

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: 29 May 2026

https://github.com/nkcoder/dsa-space

All data structure and algorithm practice.

algorithms data-structures leetcode

Last synced: 29 May 2026

https://github.com/art2url/solve-sync-oauth-server

🗄️ SolveSync OAuth Server – lightweight Express server that handles GitHub OAuth authentication for the SolveSync Chrome extension, enabling secure and seamless uploads of LeetCode solutions to GitHub repositories.

api authentication chrome-extension express-js expressjs github github-api github-oauth leetcode node node-js nodejs oauth oauth-server secure-authentication

Last synced: 02 Apr 2026

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

DSA practise code and notes

crio dsa leetcode striver

Last synced: 29 May 2026

https://github.com/tim-hub/leetcode-practice

a collection of leet code practices.

leetcode

Last synced: 17 Mar 2025

https://github.com/bilalshahid-13/leetgenius

LeetGenius is a Firefox add-on that helps developers efficiently solve LeetCode problems with AI-powered guidance. It provides step-by-step explanations, best practices, test cases, and learning resources to improve coding skills.

ai-assistant coding-helper firefox-extension gemini javascript leetcode problem-solving programming react vite web-extension

Last synced: 03 May 2026

https://github.com/vaguesloth22/coding_practice

DSA problems that I solve regularly

cpp dsa leetcode

Last synced: 08 Apr 2025

https://github.com/masaok/knapsack-web

Knapsack Solver Visualization

leetcode react

Last synced: 14 May 2026

https://github.com/parasgarg/leetcode-coding-practice

LeetCode's practice solutions for the problems based on Algorithms and Data Structures.

algorithms data-structures java leetcode practice-programming problem-solving programming-challenges

Last synced: 29 Mar 2025

https://github.com/alexey-nobody/leetcode

LeetCode Solutions

dart leetcode

Last synced: 05 Sep 2025

https://github.com/dmdv/go-algo

Data structures in Golang. Leetcode, Hackerrank

algorithms challenges data-structures datastructures hackerrank leetcode

Last synced: 06 Apr 2025

https://github.com/canziwan/algorithm

💻 Algorithm practice

algorithm c java leetcode

Last synced: 07 Mar 2026

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

This repository contains the tasks I solved from the LeetCode site.

algorithms javascript leetcode leetcode-solutions python

Last synced: 19 May 2026

https://github.com/haeramkeem/algo

indomie mie goreng

algorithm cplusplus cpp go golang leetcode

Last synced: 01 Jan 2026

https://github.com/galaxy4276/ps

My Problem Solve Milestone

algorithms boj leetcode sql

Last synced: 21 Mar 2025

https://github.com/ordinary-dev/my-solutions

My solutions to various programming problems

advent-of-code algorithm codeforces leetcode leetcode-solutions

Last synced: 13 Mar 2025

https://github.com/jtucker/leetcode

My leetcode solutions as I work them.

csharp leetcode

Last synced: 19 May 2026

https://github.com/nemisolv/dsa

Explore Java and C++ implementations of essential data structures and algorithms. Ideal for learning, coding challenges, and interview preparation.

dsa dsa-algorithm hackerrank interview-test leetcode leetcode-cpp leetcode-java

Last synced: 16 May 2026

https://github.com/theavgman/my-leetcode-solutions

My Documented Solutions to LeetCode Problems

java leetcode leetcode-java leetcode-solutions problem-solving

Last synced: 12 May 2026

https://github.com/lilittlecat/leetcode-tools

一个用于管理 LeetCode(力扣)题单的命令行工具。

leetcode

Last synced: 10 Sep 2025

https://github.com/whiteccinn/awesome-rust-algorithm

📝 LeetCode of algorithms with rust solution(updating).

algorithm leetcode leetcode-solutions rust rust-leetcode

Last synced: 11 Jun 2026

https://github.com/vseventer/leetcode

Answers to a variety of LeetCode problems, written in JavaScript.

leetcode leetcode-javascript leetcode-solutions

Last synced: 01 Mar 2025

https://github.com/qiqzhao/leecode

leetcode top 150

arithmetic leetcode

Last synced: 19 Jul 2025

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

This repository consists of all my Leetcode solutions that I have coded.

leetcode leetcode-cpp leetcode-solutions

Last synced: 29 Oct 2025

https://github.com/winter-code/leetcode-30-days

Trying to solve one problem everyday with the leetcode 30 day challenge

coding hacktoberfest hacktoberfest2020 leetcode

Last synced: 16 Jan 2026

https://github.com/oknehsorod/leetcode

My completed challenges from LeetCode

leetcode leetcode-javascript leetcode-solutions

Last synced: 22 Jul 2025

https://github.com/hong539/python-101

python-101 for one who want to practice more coding skills/tips with Python

algorithm codility datastructures hackerrank leetcode python python3

Last synced: 29 Mar 2025

https://github.com/codenitros/leetcode

Compilation of my solutions to May Leetcode 30 day coding challenge.

30dayscodechallenge 30daysofcode cpp14 leetcode leetcode-cpp mayleetcodechallenge

Last synced: 21 Mar 2025

https://github.com/boemer00/leetcode

Data Structure and Algorithm problems from leetcode and neetcode

algorithms data-structures leetcode python

Last synced: 19 May 2026

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

A collection of very non systematic solutions for Leetcode problems.

leetcode leetcode-python leetcode-solutions

Last synced: 29 Mar 2025

https://github.com/abdus/ds-and-algo

leetcode problems and solutions

interview-preparation leetcode leetcode-solutions

Last synced: 22 Jul 2025

https://github.com/archana-p-nair/sql_50-challege

𝗧𝗵𝗲 𝗣𝗹𝗮𝗻: ✅ 50 curated SQL questions from LeetCode’s Top Interview List ✅ Daily practice with progressive difficulty ✅ Focus on clean, optimised, and industry-standard solutions

coding consistency database drgvishwanathanchallenge leetcode mysql sql upskill

Last synced: 20 May 2026

https://github.com/iceopen/leetcode

力扣 (LeetCode) - 全球极客挚爱的技术成长平台

go leetcode

Last synced: 09 Feb 2026

https://github.com/ironmanjay/c_code

主要就是学习过程中的代码,另外还有每天刷LeetCode的代码,持续更新中.....

java leetcode

Last synced: 20 May 2026

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

Just solutions to Leetcode problems in Go.

algorithms data-structures golang interviewing leetcode

Last synced: 22 Aug 2025

https://github.com/abdoufermat5/algorithmique

# Resolution de quelques problemes et implémentations de quelques algorithmes

algorithms competitive-programming data-structures dsa-algorithm leetcode python

Last synced: 27 Jun 2025

https://github.com/pranavpr/leetcode-plus

Google Chrome extension for LeetCode

chrome-extension leetcode

Last synced: 20 May 2026

https://github.com/ym1085/algorithm-study

Repository for solving algorithmic problems

algorithm backjoon java leetcode programmers

Last synced: 29 Mar 2025

https://github.com/dominiks01/leetcode

Daily Leetcode Progress Tracker.

algorithms-and-data-structures c cpp learning leetcode

Last synced: 20 May 2026

https://github.com/mu7annad0/leetcode

My answer for leetcode problems

leetcode leetcode-python leetcode-solutions python

Last synced: 05 Apr 2025

https://github.com/letsdeepchat/leetcode-30-days-of-javascript-programming

A closure in JavaScript occurs when a function "remembers" its lexical scope (the variables and functions that were in scope at the time it was created), even if it's executed outside that scope.

closure closure-leetcode deepak-chaudhari deepak14ri javascript-closures leetcode leetcode-closure leetcode-javascript-solutions leetcode-solutions

Last synced: 06 Apr 2025

https://github.com/rustydavinci/leetcode_solutions

LeetCode problems solutions in Rust

leetcode leetcode-rust leetcode-solutions rust

Last synced: 14 Mar 2025