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/batsdk/leetcode-answers

Solutions to LeetCode problems written in Java and Cpp

cpp java leetcode

Last synced: 20 May 2026

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/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 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/xihajun/typecode

Speed up your typing (modified version) using leetcode solution [Caution: Chinese friendly]

leetcode type

Last synced: 20 Mar 2025

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

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/thanthtooaung-coding/solving-leetcode-problems

This repository contains solutions to the problems I have solved on LeetCode. I will continue to update it with my progress.

java leetcode

Last synced: 16 May 2026

https://github.com/felixoder/leetcode_journey

Here I share my leetcode progress journey

cp dsa hactober leetcode logic practise programming

Last synced: 17 Jan 2026

https://github.com/sarahabuirmeileh/problemsolving

This repository contains solutions to problems I've solved on Codeforces, Leetcode and others.

codeforces codeforces-problems codeforces-solutions competitive-programming cplusplus leetcode leetcode-cpp leetcode-solutions problem-solving

Last synced: 01 Jun 2026

https://github.com/alexandros-lekkas/leetcode

🧑‍💻 All of my LeetCode solutions, synced by LeetHub

learning leetcode leetcode-solutions leethub personal

Last synced: 06 Jul 2025

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

Solutions of LeetCode problems I've solved in Go

go golang leetcode leetcode-solutions problem-solving

Last synced: 09 Sep 2025

https://github.com/gavinbirkhoff/leetcode

LeetCode刷题记录自己实现的多种方法以及整理官方解题方法✏️📒👣 尽可能不使用js现代方法,风格比较偏向c++,目的更接近算法本身,可能我觉得c++才更贴近数据结构和算法。

algorithms leetcode leetcode-javascript leetcode-javascript-solutions

Last synced: 20 Mar 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/kzamanbd/leetcode-problem

Welcome to our Problem-Solving Repository! This repository is a curated collection of solutions and resources aimed at addressing a variety of challenges encountered in software industry. Whether you're a developer, a project manager, or an enthusiast in software development field...

cpp leetcode leetcode-solutions problemsolving

Last synced: 27 Feb 2025

https://github.com/tanzeem131/dsa-in-javascript

Most important coding questions in JavaScript for MAANG companies.

coding-interviews dsa dsa-algorithm faang faang-interview javascript leetcode maang mern

Last synced: 27 Mar 2025

https://github.com/vermavarun/shaksz

All coding and design solutions as package

competitive-programming leetcode leetcode-solutions system-design

Last synced: 14 Jan 2026

https://github.com/kunalparkhade/logic-for-prog

This repository contains various coding exercises and solutions to help improve problem-solving skills for beginners in programming. The solutions are focused on logical thinking and solving problems using different algorithms and data structures.

coding coding-challenge competitive-programming leetcode logic-programming

Last synced: 02 Apr 2025

https://github.com/zhangxinxu1992/leetcode

LeetCode solutions by CSharp

algorithms csharp dotnet dotnet-core leetcode

Last synced: 13 Apr 2026

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

My LeetCode data structure and algorithm practice in Python.

algorithms data-structures leetcode python3

Last synced: 01 Mar 2025

https://github.com/sahilm8/dsa_solutions

Solutions for data structures and algorithms from LeetCode and HackerRank.

hackerrank java leetcode

Last synced: 01 Apr 2025

https://github.com/simon-hng/code_challenges

Leetcode and Hackerrank solutions

leetcode

Last synced: 10 Jan 2026

https://github.com/nickufer/return-leetcode-problem-dislikes

A Tampermonkey / Violentmonkey userscript that restores the dislike button count on Leetcode for the dynamic layout

leetcode tampermonkey tampermonkey-script tampermonkey-userscript violentmonkey violentmonkey-script violentmonkey-userscript

Last synced: 11 Feb 2026

https://github.com/aniike-t/leetcode

Collection of LeetCode questions : )

leetcode leetcode-solutions problem-solving

Last synced: 16 May 2026

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

This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp.

algorithms competitive-programming data-structures interview-preparation java leetcode leetcode-java leetcode-solutions math

Last synced: 27 Mar 2025

https://github.com/ankitz007/leetlink

URL redirection service for LeetCode problems

hobby-project leetcode

Last synced: 07 Feb 2026

https://github.com/hanaasagi/pyleetcode

My LeetCode solution using Python

leetcode leetcode-python leetcode-solutions

Last synced: 19 Apr 2026

https://github.com/bormoge/leetcode

My leetcode answers.

algorithms data-structures java leetcode

Last synced: 14 Jul 2025

https://github.com/ganeshkadam65/leetcodesolutionscpp

LeetCode has emerged as one of the most popular platforms for honing programming skills and preparing for technical interviews. As a coding enthusiast or a job seeker in the tech industry, having a solid understanding of data structures and algorithms is crucial

algorithms c code coding competitive-programming cpp data-structures leetcode leetcode-cpp leetcode-solutions programming python software-development software-engineering

Last synced: 14 Apr 2026

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

This repository contains my accepted solutions to problems from: Leetcode and Codeforces

algorithms codeforces competitive-programming dsa-practice leetcode

Last synced: 12 Oct 2025

https://github.com/a-r-rony/mysql

This repository contains MySQL queries solutions for various SQL challenges from Hackerrank and Leetcode.

hackerrank leetcode mysql

Last synced: 29 Jul 2025

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

Solutions to LeetCode problems

coding leetcode

Last synced: 20 Sep 2025

https://github.com/preston176/leetcode

Repo containing leetcode problems and solutions

datastructures-algorithms leetcode leetcode-problems leetcode-solutions

Last synced: 29 Jul 2025

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

Solutions for leetcode questions

leetcode leetcode-cpp leetcode-solutions

Last synced: 28 Jul 2025

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

My LeetCode Solutions. Use leetcode-dump to automatically sync and build.

leetcode

Last synced: 18 Mar 2025

https://github.com/cycno/myleetcode

I will upload every question which I will solve in leetcode

leetcode leetcode-python

Last synced: 11 Mar 2025

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

My solutions in Go for some Leetcode problems

golang leetcode

Last synced: 27 Jul 2025

https://github.com/applesack/over-thinking

leetcode刷题代码库,以及一些算法笔记

algorithms java leetcode

Last synced: 27 Jul 2025

https://github.com/sebasbeleno/leetcode

my leetcode solutions

leetcode

Last synced: 29 Jul 2025

https://github.com/williamyyu/leetcode

LeetCode practice in Kotlin

algorithm kotlin leetcode

Last synced: 04 Apr 2025

https://github.com/adityaprasad502/leetcode

Doesn't contain all the problems I have solved since day one, but many!

leetcode leetcode-solutions

Last synced: 26 Jul 2025

https://github.com/yami2200/leetcode

📐 LeetCode problems solutions in Rust.

leetcode leetcode-solutions rust

Last synced: 30 Jul 2025

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: 22 Sep 2025

https://github.com/leejss/algorithms-practice

leetcode, programmers 문제풀이

algorithms leetcode

Last synced: 26 Jul 2025

https://github.com/inox-ee/leetgode

LeetCode in Golang

leetcode

Last synced: 26 Jul 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/ahmed-safa/neet_leet

solves according to neet roadmaps

algorithms cpp data-structures leetcode problem-solving

Last synced: 03 Jul 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/cyberpvn7/programming-questions

I am upload some leetcode questions answers in this repository. Hope You like it

coding java leetcode leetcode-solutions

Last synced: 06 Nov 2025

https://github.com/horezmi/leetcode

My LeetCode Problems' Solutions -- JS

leetcode leetcode-javascript leetcode-solutions

Last synced: 30 Jul 2025

https://github.com/ruan-narici/leetcodequestions

This repository was created to store my answers to Leet Code questions

eclipse java leetcode

Last synced: 23 Feb 2025

https://github.com/vlambo3/my-exercises

This is a repository of exercises inspired by Leet Code and Hacker Rank

hackerrank java leetcode

Last synced: 25 Jul 2025

https://github.com/xiedacon/leetcode

leetcode算法题集

algorithms leetcode

Last synced: 09 Apr 2026

https://github.com/shashankpie/leetcode

My Leetcode Solutions in Python3.

leetcode leetcode-solutions python3

Last synced: 25 Jul 2025

https://github.com/jbltx/go-training

Leetcode submissions and others samples in Golang

golang leetcode leetcode-submissions sastantua

Last synced: 31 Jul 2025

https://github.com/yastechub/codechallenge

A collection of LeetCode solutions with well-documented explanations and test cases. Organized by problem difficulty and type.

algorithms-and-data-structures coding-challenges csharp-code leetcode leetcode-questions

Last synced: 06 Nov 2025

https://github.com/sleepingraven/algorithmnote

Practical utilities in algorithm learning / OJ accepting.

algorithm data-structure demo leetcode

Last synced: 25 Jul 2025

https://github.com/liguwe/algorithm-book

📗 《算法》算法与数据结构,持续构建算法知识体系

algorithm algorithms algorithms-and-data-structures leetcode

Last synced: 11 Aug 2025

https://github.com/aliabbos-ashurov/maang

A comprehensive repository for mastering Data Structures, Algorithms, Design Patterns, LeetCode problems, and System Design concepts, specifically tailored for MAANG interview preparation.

coding-challenges coding-interviews design-patterns dsa faang leetcode maang system-design

Last synced: 24 Jul 2025

https://github.com/archihalder/dsa

This repository contains all the things required to be good at dsa

algorithms cpp data-structures gfg leetcode problem-solving

Last synced: 29 Mar 2025

https://github.com/umbertodellamonica/leet-by-leet

🚀 Mastering coding one problem at a time. This repository contains efficient, well-documented solutions to LeetCode challenges, from brute force to optimized algorithms.

algorithm-challenges algorithms bigocomplexity coding-challenges competitive-programming datastructures-algorithms leetcode leetcode-cpp leetcode-java leetcode-python leetcode-solutions

Last synced: 23 Jul 2025

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

My solutions to some leetcode.com coding problems, mostly Python/Go

algorithm algorithms golang leetcode leetcode-solutions python

Last synced: 27 Apr 2026

https://github.com/sava2008/rust-projects-for-learning

Here are projects and puzzles I solved in Rust. I won't modify them in order to keep track of my progress

edabit edabit-challenges edabit-solutions learning leetcode rust rust-lang

Last synced: 23 Sep 2025

https://github.com/roblieblang/leetcode-anki-script

Scrapes problem links from the most popular LeetCode problem sets as well as one's own lists and adds them to an Anki deck.

anki anki-connect anki-flashcards beautifulsoup blind75 grind75 leetcode neetcode150 programming python python-script scraping selenium

Last synced: 09 May 2026

https://github.com/tyronczt/leetcode

https://leetcode-cn.com/tyron/

leetcode

Last synced: 05 Nov 2025

https://github.com/palaszontko/leetcode

My Leetcode solutions

go leetcode leetcode-go leetcode-golang

Last synced: 03 Apr 2025

https://github.com/code-hex/leetcode-go

Play leetcode.com with Go

go leetcode

Last synced: 16 Jul 2025

https://github.com/fanziyang-v/leetcode

Python implementation for leetcode problems

leetcode python

Last synced: 27 Mar 2025

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

a collection of leet code practices.

leetcode

Last synced: 17 Mar 2025

https://github.com/sadeuckun/leetcode-30-days-js

30-Day LeetCode JavaScript Challenge - Daily problem-solving with optimized JavaScript solutions.

30-day-of-js-solutions javascript leetcode

Last synced: 23 May 2026

https://github.com/scarletczen/dsa

LeetCode DSA Solutions

dsa leetcode solutions typescript

Last synced: 22 May 2026

https://github.com/helyousfi/hackerrankproblemsolving

This GitHub repository contains a collection of solutions to Hackerrank & LeetCode problems implemented in C++.

algorithms algorithms-and-data-structures cpp data-structures hackerrank hackerrank-solutions leetcode problem-solving

Last synced: 01 Aug 2025

https://github.com/dave-hay/leetcode

My LeetCode Solutions

interview leetcode leetcode-solutions

Last synced: 23 May 2026

https://github.com/priyanshudutta04/java-dsa

This repository contains all the codes that I practice for dsa

dsa java leetcode

Last synced: 17 Mar 2025

https://github.com/bhartik021/binary-search

This repository contains a collection of 42 classic binary search problems and 8 common binary search patterns that can be used to solve them.

binary-search binary-search-algorithm binary-search-solutions leetcode leetcode-cpp leetcode-solutions

Last synced: 02 Aug 2025

https://github.com/amiorhmn/leetcode-sql-50-solutions

This repository contains my solutions to the problems in SQL 50 Study Plan of LeetCode.

leetcode leetcode-solutions leetcode-sql leetcode-sql-50 sql

Last synced: 08 Mar 2026

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