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/sohamb21/cp-dsa-solutions

My solutions to DSA problems on competitive programming platforms.

coding-ninjas data-structures-and-algorithms geeksforgeeks hackerrank leetcode

Last synced: 22 Jan 2026

https://github.com/diinvoke/leetcode

leetcode go

golang leetcode

Last synced: 14 Jan 2026

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

A helpful guide to solving LeetCode problems in various languages. See solutions and how different implementations affect performance.

algorithms documentation educational guide leetcode leetcode-solutions

Last synced: 14 Oct 2025

https://github.com/b41sh/leetcode

LeetCode Solutions

leetcode leetcode-java

Last synced: 14 Oct 2025

https://github.com/misa-j/leetcode

my solutions to leetcode problems

algorithm algorithms data-structures leetcode

Last synced: 06 Oct 2025

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

My LeetCode solutions in Rust.

leetcode leetcode-rust leetcode-solutions rust

Last synced: 14 Oct 2025

https://github.com/harrisonhemstreet/dsa-python

Data Structures and Algorithms! (plus some Leetcode!)

algorithms data-structures dsa leetcode leetcode-python python3

Last synced: 12 Jun 2026

https://github.com/beakerandjake/leetcode

My leetcode solution repository

leetcode leetcode-javascript leetcode-solutions

Last synced: 14 Oct 2025

https://github.com/throttle2k/leetcode_elixir

My solutions to LeetCode problems in Elixir

elixir elixir-lang leetcode leetcode-elixir

Last synced: 06 Oct 2025

https://github.com/bluezhan/find-a-better-algorithm

🎩 Don't diddle code to make it faster - find a better algorithm.

algorithm javascript leetcode mathematics

Last synced: 15 Oct 2025

https://github.com/lroolle/neetcode

neetcode is just a typo of leetcode

leetcode python shit-solutions

Last synced: 15 Oct 2025

https://github.com/cowienduckie/dsa-practice-python

Solutions for DSA practice problems using Python

dsa-practice grind75 leetcode python3

Last synced: 06 Oct 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: 05 Oct 2025

https://github.com/tanzeem131/DSA

Most important coding questions in JavaScript for MAANG companies.

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

Last synced: 16 Oct 2025

https://github.com/dgarc359/neetcode

Neetcode solutions in typescript

generally-available leetcode neetcode typescript

Last synced: 23 Jun 2026

https://github.com/taishikato/leetcode

My LeetCode Problems' Answers

codewars leetcode

Last synced: 27 Jan 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

https://github.com/ayush272002/algomark

A comprehensive web application for tracking your progress on company-specific LeetCode problems. Practice problems asked by top tech companies and monitor your preparation for technical interviews.

leetcode nextjs postgresql shadcn-ui

Last synced: 17 Oct 2025

https://github.com/davidf1000/grokking-leetcode

Archive code for Grokking the Coding Interview course's problem solutions by finding relatively similar question from leetcode

dsa leetcode python

Last synced: 17 Oct 2025

https://github.com/nixhantb/dsa

Warming up the brain for a cause :)

dsa leetcode problem-solving

Last synced: 17 Oct 2025

https://github.com/vishalku03/linked_list

A linked list is a linear data structure in which elements, called nodes, are connected by pointers. Each node contains data and a reference (or pointer) to the next node in the sequence.

cpp dsa gfg leetcode linked-list

Last synced: 17 Oct 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: 14 Mar 2026

https://github.com/emilwijayasekara/leetcode-2942-find-words-containing-character

LeetCode Problem 2942. Find Words Containing Character - The problem involves finding and returning the indices of words in a given array that contain a specific character 'x'. The task is to iterate through each word and identify those that include the specified character.

java leetcode leetcode-java leetcode-solutions

Last synced: 13 Jun 2026

https://github.com/gusenov/leetcode

Решение задач.

leetcode leetcode-solutions

Last synced: 18 Oct 2025

https://github.com/markusjohansen/leetcode

This repository contains a set of leetcode solutions.

algorithms javascript leetcode leetcode-solutions python

Last synced: 14 Apr 2026

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

This repo contains solutions to various LeetCode problems I've tackled over time, implemented in JavaScript. Each problem's solution is organized by difficulty.

alogrithms dp dsa javascript leetcode

Last synced: 01 Jun 2026

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

Solving leetcode questions

leetcode python typescript

Last synced: 29 Apr 2026

https://github.com/minel1410/leet_code_daily

This repository contains my daily solutions to LeetCode problems, implemented in Java. Each solution is well-structured, optimized, and includes explanations where necessary.

java leetcode leetcode-solutions

Last synced: 19 Oct 2025

https://github.com/equalma/solve-leetcode-rs

Solve leetcode problems in Rust (Working in Progress)

leetcode rust

Last synced: 19 Oct 2025

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/palmanov/leetcode-problems

Practice of solving algorithmic problems

leetcode leetcode-cpp leetcode-solutions

Last synced: 18 Jan 2026

https://github.com/mik30s/katas

Codewars and leetcode katas solved in different languages

codewars-kata codewars-solutions leetcode leetcode-solutions

Last synced: 20 Oct 2025

https://github.com/will-molloy/coding-practice-java

coding practice/competitive programing with Java/Scala/Kotlin

advent-of-code hackerrank java kotlin leetcode project-euler scala

Last synced: 17 Jan 2026

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/jaimayal/datastructures-algorithms-exercises

List of solved DSA (Leetcode) problems. Implemented in multiple languages (TypeScript, Java, Python). Problems are classified by category. Big O complexity analysis inside each problem's notes.

algorithm algorithms data-structures dsa leetcode leetcode-solutions

Last synced: 23 Oct 2025

https://github.com/mohfazam/dsa

A repo covering all topics of DSA, where algorithms meet precision, and code is crafted to master the complexities of competitive programming.

algorithms codechef codeforces competative-programming cpp data-structures dsa geeksforgeeks leetcode

Last synced: 23 Oct 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: 13 Jun 2026

https://github.com/shihabmridha/leetcode

My leetcode solutions

go golang leetcode

Last synced: 24 Oct 2025

https://github.com/cyberoctane29/leetcode-python-problem-solving

This repository contains my Python problem-solving approach and solutions to LeetCode problems, categorized by difficulty: Easy, Medium, and Hard. Some problems include multiple approaches to showcase different techniques and optimizations. All solutions are well-commented, making this a helpful resource for improving Python problem-solving skills.

leetcode leetcode-database leetcode-python leetcode-solutions python

Last synced: 25 Oct 2025

https://github.com/williamyyu/leetcode

LeetCode practice in Kotlin

algorithm kotlin leetcode

Last synced: 04 Apr 2025

https://github.com/mahtosujeet/potd-acclub

POTD provided by Application Club, MNNIT.

codeforces cpp leetcode potd

Last synced: 02 Apr 2026

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/silky-x0/neetcode-450

List of Problems in NEETCODE-450 and I'll be solving all(maybe).

leetcode leetcode-python leetcode-solutions neetcode neetcode450

Last synced: 23 Feb 2026

https://github.com/elotojaa/leetcode

My solution to leetcode problems

competitive-programming cpp leetcode

Last synced: 02 Apr 2026

https://github.com/weak-head/leetcode

:computer: :wine_glass: Solutions to LeetCode problems

leetcode leetcode-python leetcode-solutions python

Last synced: 20 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: 15 Mar 2026

https://github.com/virendracarpenter/leetcode

Collection of LeetCode questions to ace the coding interview!

code leetcode leetcode-cpp leetcode-java leetcode-practice leetcode-solutions

Last synced: 26 Oct 2025

https://github.com/alpha74/ilc

My leetcode submissions maintained from 2020 onwards.

competitive-programming cpp-solutions leetcode leetcode-solutions

Last synced: 01 Jun 2026

https://github.com/awais987123/leetcode-problems-solutions-npm

This Package contains problems and their solution in JS.

javascript leetcode npm-package

Last synced: 16 Mar 2026

https://github.com/hungryvovka/leetcode

My assignment solutions of LeetCode tasks by using different languages.

leetcode leetcode-python leetcode-solutions leetcode-sql

Last synced: 26 Oct 2025

https://github.com/tomquirk/leethelp

JS helpers for Leetcode and friends

javascript leetcode

Last synced: 26 Oct 2025

https://github.com/rootulp/leetcode

📝 LeetCode solutions

leetcode leetcode-solutions

Last synced: 26 Oct 2025

https://github.com/huangguang1999/ai-bagu-web

AI 八股大白话刷题站 · LeetCode 式刷 AI 面试题 + 零基础讲解 + MCP/REST 接入任意 agent

ai-agent ai-interview chinese interview-prep leetcode llm-interview mcp mcp-server nextjs rag

Last synced: 31 May 2026

https://github.com/raphaelcausse/leetcode

Collection of my LeetCode solutions.

leetcode leetcode-solutions

Last synced: 27 Oct 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/whisperpine/leetcode-rs

LeetCode problem solutions in Rust.

algorithms data-structures dsa leetcode neetcode rust

Last synced: 24 Jan 2026

https://github.com/webbben/code-duel

app that allows users to compete and race over solving leetcode-style coding challenges

coding-challenges golang leetcode react

Last synced: 28 Jan 2026

https://github.com/minhduc29/leetcode-contest-analytics

A data engineering project to extract, transform, and load LeetCode contest ranking and contest problems data

amazon-redshift amazon-s3 analytics apache-airflow aws aws-glue dag data-engineering data-pipeline elt etl leetcode leetcode-contest pandas

Last synced: 13 Apr 2026

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

Solutions to common interview questions

hackerrank leetcode

Last synced: 15 Jun 2026

https://github.com/hanaasagi/pyleetcode

My LeetCode solution using Python

leetcode leetcode-python leetcode-solutions

Last synced: 19 Apr 2026

https://github.com/ankitz007/leetlink

URL redirection service for LeetCode problems

hobby-project leetcode

Last synced: 07 Feb 2026

https://github.com/dj1095/gitleet

Automate the process of committing your LeetCode solutions to your GitHub repository with this Chrome extension

axios chrome-extension css github-api graphql-api html5 javascript leetcode

Last synced: 01 Feb 2026

https://github.com/ofadiman/grinding-leetcode

Repository contains solutions to leetcode problems.

algorithms data-structures golang leetcode sql typescript

Last synced: 18 Apr 2026

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

a backup of my algorithm practice

algorithm java leetcode

Last synced: 02 Feb 2026

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

🛠️💡 This repository contains my solutions to LeetCode problems, organized by problem number. It serves as a record of my algorithm practice and a reference for improving problem-solving skills.

competitive-coding competitive-programming leetcode leetcode-cpp leetcode-practice leetcode-solutions problem-solution problem-solving

Last synced: 15 Jun 2026

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: 09 Feb 2026

https://github.com/dancastillo/leetcode

Solutions for different problems on leetcode.com written in JavaScript

javascript leetcode nodejs

Last synced: 16 Apr 2026

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

Different LeetCode problems I solved on DSA, in CPP, C, Java & Python.

c cpp java leetcode leetcode-solutions

Last synced: 10 Feb 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/kylecurtis/solutions

Leetcode (and similar) solutions with self-testing.

c-plus-plus cmake cmakelists cplusplus cpp leetcode leetcode-solutions

Last synced: 20 Aug 2025

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

Leetcode and Hackerrank solutions

leetcode

Last synced: 10 Jan 2026

https://github.com/yehezkiel1086/dsa-stuffs

Programming problem solutions which includes SQL problems solutions, linux shell, also data structures and algorithms.

algorithms c codeforces coderbyte codewars cpp data-structures hackerrank leetcode linux python spoj sql toki

Last synced: 16 Apr 2026

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

This repository contains my personal solutions to LeetCode problems. I regularly update it as I solve new challenges.

algorithms codeforces competive-programming dsa leetcode problem-solving

Last synced: 28 Feb 2026

https://github.com/tomalexsmith/sql-challenges

Repository to act as a library for all my SQL practice going forward

hackerrank leetcode ms-sql-server mysql preppindata snowflake sql

Last synced: 15 Feb 2026

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/rohan-bhautoo/leetcode

LeetCode is the best platform to help you enhance your skills, expand your knowledge and prepare for technical interviews.

leetcode leetcode-solutions

Last synced: 16 Apr 2026

https://github.com/tuang3142/1337

python/ruby solutions for leetcode problems

effort leetcode python ruby

Last synced: 16 Apr 2026

https://github.com/brunoviola/leetcode

Resolução de exercícios propostos na plataforma LeetCode.

leetcode leetcode-sql mysql postgresql sql

Last synced: 16 Apr 2026

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/kenwuqianghao/coding-problems

Practice coding problems I did including LeetCode, Code Forces, USACO, etc.

codeforces cses leetcode python usaco

Last synced: 16 Apr 2026