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/linghaochan/code-non-stop

码不停题

cpp leetcode python

Last synced: 21 Feb 2026

https://github.com/vyse12138/leetcode

个人 Leetcode 的 JavaScript / TypeScript 题解

algorithm javascript leetcode typescript

Last synced: 31 Jul 2025

https://github.com/rathod-shubham/datastructure-and-algorithm

Computer science is the study of problems, problem-solving, and the solutions that come out of the problem-solving process. This repo contains solutions to algorithmic problems from various platforms like AlgoExpert, LeetCode, HackerRank, CodeSignal, etc.

algoexpert algorithms-and-data-structures codesignal competitive-programming hackerrank leetcode neetcode python3 sde-sheet

Last synced: 31 Jul 2025

https://github.com/miguelriosoliveira/rendezvous-with-cassidoo

My answers to the Interview Questions of the "rendezvous with cassidoo" newsletter.

leetcode nodejs stryker typescript vitest

Last synced: 21 Jan 2026

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

Solutions of some of the best Programs available on LeetCode for Beginners and Intermediate , uploaded on languages namely Python , Java , C++, C .

competitive-coding competitive-programming cpp daily-coding-problem dailycodingproblem java leetcode leetcode-cpp leetcode-java leetcode-python leetcode-solutions potd potd-github potd-practice potd-solution programming python

Last synced: 01 May 2025

https://github.com/zhongruoyu/leetcode

My LeetCode solutions.

leetcode leetcode-solutions

Last synced: 08 Mar 2026

https://github.com/girijaray07/leetcode-problem-wise-solution

A structured repository featuring solutions to LeetCode challenges, categorized day-wise. Solutions are implemented in Python and other languages, making it an excellent resource for developers and learners to strengthen their problem-solving skills and understanding of data structures.

ideation leetcode leetcode-solutions problem-solving python3

Last synced: 12 Apr 2025

https://github.com/iyehah/leetcode-status

Show your dynamically generated LeetCode stats on your GitHub profile or your website

card github graph leetcode status

Last synced: 02 Jul 2025

https://github.com/yidadaa/coding-every-day

One problem a day, keep the happiness away.

leetcode lintcode

Last synced: 08 Jan 2026

https://github.com/zzy979/leetcode

力扣做题记录

algorithm leetcode leetcode-solutions

Last synced: 12 Apr 2025

https://github.com/parthjohri/lumos-bot

This whatsapp helps you to invoke everyone in the group, with additional functionalities like downloading a youtube video or answering your queries.

axios codeforces ec2 fluent-ffmpeg hackathon leetcode linkedin-jobs-api mime node open-ai sharp ytdl-core

Last synced: 27 Jul 2025

https://github.com/xuanyang-cn/leetcode

Codes and Answers of Leetcode Problems in Python

leetcode leetcode-answers python

Last synced: 19 Apr 2025

https://github.com/emanuelschmoczer/leetcode-kotlin

Kotlin solutions for leetcode.com problems

kotlin leetcode leetcode-kotlin leetcode-solutions

Last synced: 26 Jul 2025

https://github.com/sankalp1999/dsa_problems

Solutions to some standard DSA problems on InterviewBit and LeetCode including SDE sheet solutions

algorithms-and-data-structures dynamic-programming gfg-solutions graph-algorithms interviewbit-solutions leetcode sde-sheet

Last synced: 31 Mar 2025

https://github.com/bitoollearner/leetcode-pyspark

This repository is dedicated to solutions for LeetCode SQL questions implemented in PySpark.

dataengineering leetcode leetcode-pyspark leetcode-solutions leetcode-sql-pyspark leetcode-sql-solutions pyspark pyspark-notebook

Last synced: 28 Apr 2026

https://github.com/nickbar01234/codebuddy

Need a friend to grind LeetCode with?

chrome-extension leetcode webrtc

Last synced: 02 Apr 2026

https://github.com/princebansal7/dsa-sheets-code

This Repository contains Logic programs with full explanations and multiple ways of approaching the Problems. Also my solution codes for sheets like DSA 450 Sheet, SDE 180 Sheet, Ongoing DSA Placement Course etc.

algorithms cpp data-structures leetcode stl

Last synced: 05 Mar 2026

https://github.com/ccherry07/dailytopic

This is a leetcode brushing project for TS

leetcode typescript

Last synced: 23 Mar 2025

https://github.com/theabbie/leetcode_dump

Download all your leetcode submissions

leetcode

Last synced: 08 Feb 2026

https://github.com/peterding/leetcode

data & code

leetcode

Last synced: 02 Mar 2026

https://github.com/bingohuang/go-codes

Go 编码库

go leetcode nowcoder

Last synced: 13 Jun 2025

https://github.com/rakuyomo/algorithms

📖 algorithms is a collection of Swift solutions for LeetCode problems and algorithm notes.

algorithms leetcode leetcode-solutions leetcode-swift swift swift5 xcode-playground

Last synced: 06 Jul 2025

https://github.com/sky172839465/leetcode-in-js

LeetCode solution in JavaScript. ✍️

code-generator leetcode leetcode-javascript unit-testing

Last synced: 28 Feb 2026

https://github.com/xidongc/py_leetcode

leetcode solution using python3

leetcode python3

Last synced: 27 Dec 2025

https://github.com/jugshaurya/leetcode_solutions

Collection of LeetCode solutions in C++ to ace the coding interview!

cpp interview leetcode

Last synced: 14 Feb 2026

https://github.com/sksumit/codestation

A minimalistic tracker for competitive programming with your friends.

codechef competitive-programming competitive-programming-contests dashboard geeksforgeeks leetcode programming spoj tracker

Last synced: 05 Apr 2025

https://github.com/sfdye/leetcode

LeetCode solutions for Python

algorithm leetcode leetcode-python leetcode-solutions python

Last synced: 05 Jul 2025

https://github.com/qianbinbin/leetcode

LeetCode Solutions in C, C++, Java and Python

algorithm c cpp java leetcode python

Last synced: 03 Aug 2025

https://github.com/sbourlon/go-lctree

go-lctree provides a CLI and Go primitives to serialize and deserialize LeetCode binary trees (e.g. "[5,4,7,3,null,2,null,-1,null,9]").

leetcode leetcode-golang

Last synced: 14 Mar 2025

https://github.com/bagusvalentinoo/leetcode-journey

A disciplined LeetCode problem-solving journey with clean code, clear explanations, and a focus on continuous growth in Competitive Programming and algorithmic thinking.

algorithms code-optimizations competitive-programming data-structures grind leetcode leetcode-solutions problem-solving

Last synced: 13 May 2025

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

Solutions to various LeetCode problems implemented in Python, categorized by topics such as Array, LinkedList, Dynamic Programming, Tree, Graph, String, and HashMap. Each solution includes detailed explanations.

algorithms array coding-challenge competitive-programming cpp data-structures dynamic-programming graph hashmap leetcode leetcode-solutions linked-list problem-solving programming strings tree

Last synced: 06 Apr 2025

https://github.com/letmefly666/share1024

力扣2022-1024马尔科夫链活动,卡牌分享网

1024 1024-markov-chain django leetcode leetcode1024

Last synced: 30 Oct 2025

https://github.com/ksdkamesh99/code-monker

It is the collection of solutions of all competative programming problems in different platforms like hackerrank,codechef,leetcode and thier implementations in various programming languages(C,C++,Java,Python)

codechef competitive-programming hackerrank leetcode programming-languages

Last synced: 15 Apr 2025

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

🎓Collection of solutions for LeetCode problems on JavaScript with tests.

javascript jest jest-tests leetcode leetcode-javascript leetcode-solutions

Last synced: 14 Apr 2025

https://github.com/xigang/leetcode.go

LeetCode Problem's Solutions

golang leetcode

Last synced: 28 Jan 2026

https://github.com/carsonsgit/leetcode

leetcode grind... doing whatever I can to make sure I'm not bad at CS.

csharp java kotlin leetcode python

Last synced: 28 Oct 2025

https://github.com/kantuni/leetcode

Solutions to LeetCode Problems

competitive-programming leetcode solutions

Last synced: 30 Apr 2025

https://github.com/codewithhridoy/problem-solving

Explore curated solutions to LeetCode, Codeforces & more. Clean, organized code for sharpening problem-solving skills. Happy coding! 🚀

javascript leetcode leetcode-javascript leetcode-javascript-solutions leetcode-solutions problem-solving

Last synced: 12 May 2025

https://github.com/kts-o7/leetcode_journey

This repository will serve as platform to track my Leetcode Journey. I will be solving questions using CPP and pushing solutions here.

dsa-learning-series dsa-practice leetcode leetcode-cpp leetcode-solutions

Last synced: 23 Jan 2026

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

Leetcode discussions, brainstorming, musings, and solutions

leetcode leetcode-python leetcode-solution

Last synced: 09 Apr 2025

https://github.com/qszhu/ts-leetcode

Cli for solving LeetCode questions in TypeScript

cli leetcode typescript

Last synced: 09 Mar 2026

https://github.com/yogain123/leetcode-direct

Leetcode Solutions in JS

javascript leetcode

Last synced: 14 Jun 2025

https://github.com/davidyslu/LeetCode

Personal submissions on LeetCode

algorithm data-structures hacktoberfest interview leetcode

Last synced: 17 Aug 2025

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

My LeetCode Solutions repository, where algorithmic mastery meets the elegance and the versatility of my code🚀

codewars codewars-solutions leetcode leetcode-questions leetcode-solutions

Last synced: 23 Apr 2025

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

⚙️ data structures and algorithms

algorithms data-structures leetcode python python3

Last synced: 17 Aug 2025

https://github.com/iamantimpal/leetcode-python-solutions

LeeteCode-in-Python is a GitHub repo with Python solutions to LeetCode problems. It offers clean, efficient, and well-documented code for interview prep, competitive programming, and mastering algorithms. Solutions are categorized by difficulty and include explanations for clarity. Regularly updated, it emphasizes Pythonic practices.

leetcode leetcode-75 leetcode-python leetcode-questions leetcode-solutions

Last synced: 23 Apr 2025

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

A collection of solved LeetCode problems.

javascript leetcode leetcode-questions leetcode-solutions

Last synced: 16 Oct 2025

https://github.com/xingdl2007/leetcode

:paw_prints: Leetcode solutions in c++/golang/java.

algorithms-and-data-structures exercises leetcode

Last synced: 15 Dec 2025

https://github.com/vinothpandian/leet-journal

Track your Leetcode progress and your review schedule calculated based on Spaced-Repetition

ds-algo journal leetcode spaced-repetition

Last synced: 15 Sep 2025

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

🧑‍💻 This repository contains Leetcode 30 Days of JavaScript Solution using Javascript and Code snippet and also Question and Solution Link. It is meant to help beginners to learn and practice JavaScript concepts and features in a hands-on way. 🎯

coding-challenge coding-interviews javascript js leetcode leetcode-javascript leetcode-practice leetcode-questions leetcode-solutions solutions

Last synced: 15 Jul 2025

https://github.com/huangrunhua/leetcode-swift

Swift Solution for LeetCode | LeetCode Swift 题解

coding-challenges coding-interviews leetcode leetcode-solutions leetcode-swift swift

Last synced: 14 Oct 2025

https://github.com/imedadel/leetcode

I am solving a new LeetCode problem everyday.

leetcode leetcode-solutions python3

Last synced: 11 Dec 2025

https://github.com/tbxark/my-leetcode-code

LeetCode is a platform for preparing technical coding interviews.

leetcode leetcode-solutions leetcode-swift

Last synced: 13 Mar 2025

https://github.com/diohabara/leetcodedailyreminder

Create a LeetCode-daily-problem task at Todoist

deno leetcode todoist typescript

Last synced: 09 Sep 2025

https://github.com/milosz275/leetcode

Repository for my solutions to Leetcode problems. Each task is documented and docs are automatically deployed.

c cpp doxygen leetcode leetcode-solutions python sphinx

Last synced: 14 Oct 2025

https://github.com/ranitmanik/dsa-bootcamp-java

🧑‍💻 The Complete DSA Bootcamp in JAVA for 2023 || This repository is a comprehensive collection of Java code implementations, projects, and assignments covering a wide range of DSA topics completed during the DSA-Bootcamp-Java Bootcamp by Kunal Kushwaha.

algorithms bootcamp community-classroom data-structures data-structures-algorithms data-structures-and-algorithms dsa dsa-java dsa-learning-series dsa-practice dsalgo-questions java kunalkushwaha leetcode wemakedevs

Last synced: 16 Oct 2025

https://github.com/sloweyyy/DSA

This repository contains solutions to various LeetCode problems and contests in C++, C#, Python, Java, and JavaScript, helping you improve your problem-solving skills and prepare for coding interviews.

algorithms cpp csharp dart java javascript leetcode leetcode-solutions python typescript

Last synced: 05 Aug 2025

https://github.com/sammndhr/algorithms

Everything related to algorithms and toy problems.

algorithms cracking-the-coding-interview javascript leetcode toy-problems

Last synced: 03 Sep 2025

https://github.com/emahtab/valid-anagram

Check if target string is anagram of source string

anagram leetcode problem-solving

Last synced: 19 Mar 2026

https://github.com/huangbuyi/leetcode-notebook

leetcode 练习、测试、笔记

javascript leetcode notes test

Last synced: 11 Oct 2025

https://github.com/digitalcrab/leetcode-problems-go

Problems from leetcode with solutions in Go

go golang leetcode leetcode-golang leetcode-solutions

Last synced: 13 Jul 2025

https://github.com/akashkobal/leet-code-python

Mastering LeetCode: A comprehensive collection of solved LeetCode challenges along with detailed solutions, showcasing proficiency in algorithmic problem-solving.

akash akash-kobal dsa dsa-in-python leetcode leetcode-python leetcode-python3 leetcode-questions leetcode-solutions leetcode-top-150-questions

Last synced: 01 Aug 2025

https://github.com/dravenww/leetcode

一个算法学习记录项目,leetcode

javascript leetcode

Last synced: 24 Mar 2025

https://github.com/xgqfrms/vscode

:cn: :rocket: Visual Studio Code & VSCode Code Snippets All in One 🎉

code-snippets dart go html5 javascript leetcode php python react sql swift typescript vscode vue webassembly xgqfrms

Last synced: 12 May 2025

https://github.com/lesenelir/meta-leetcode-js

Leetcode Solutions and Notes

algorithm javascript leetcode

Last synced: 10 Oct 2025

https://github.com/saifadin1/leetbot

Discord bot for leetcode

discord-bot leetcode

Last synced: 31 Oct 2025

https://github.com/zthxxx/leetsolve

simple & light testing frame for LeetCode solutions with JavaScript

leetcode leetcode-solutions problem solutions testing-framework

Last synced: 05 Jul 2025

https://github.com/debapriyo007/leetcode-questions

Explore my DSA-Questions GitHub repository. . Each question is documented with clear explanations, aiding understanding and skill development. Whether you're honing your problem-solving abilities or preparing for coding interviews, this repository is your guide. Together, let's embark on a journey.

advance-data-structure binary-search dsa java leetcode maps recursion set

Last synced: 31 Aug 2025