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/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/straylittlepunk/leetcode

Leetcode Problems Solution

algorithms-datastructures leetcode rust

Last synced: 24 Jun 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/yhkee0404/leetcode-daily-google-sheets-apps-script

Automatically updates Google Sheets with daily LeetCode challenge questions, crawls submissions, increment streaks, and send daily records as discord messages.

discord google-sheets graphql leetcode

Last synced: 10 May 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/11xdeveloper/leetils

All (not really) of leetcode's problem solutions in one package.

javascript leetcode leetcode-javascript leetcode-solutions typescript utilities-library

Last synced: 11 May 2026

https://github.com/satyam-pratibhan/leetpeek

LeetPeek is a sleek and interactive web application that allows users to view and download personalized LeetCode profile cards.

leetcode nextjs tailwindcss

Last synced: 11 May 2026

https://github.com/1git2clone/leetcode-trees-rs

A Rust library for Binary Tree Node and Singly Linked List ListNode LeetCode problems.

crate github-actions gitlab-ci leetcode rust rust-leetcode rust-leetcode-solutions rust-library

Last synced: 11 May 2026

https://github.com/rabi-siddique/leet-commit

LeetCommit is a browser extension that allows users to quickly commit their leetcode problem;s code to their GitHub repositories directly from their browser. The extension is compatible with most modern browsers, including Chrome, Firefox, and Safari.

chrome-extension chrome-extensions github javascript leetcode

Last synced: 11 May 2026

https://github.com/rmenai/leetcode

My LeetCode solutions

algorithms leetcode python

Last synced: 11 May 2026

https://github.com/elskow/datasturucturego

Generic Go-lang Code (I do a lot leetcode)

leetcode

Last synced: 11 May 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/asphaltt/leetcode.go

Go solutions for leetcode

leetcode leetcode-go

Last synced: 13 May 2026

https://github.com/dussanfreire/leetcode-challenges-javascript

This repository contains my JavaScript solutions to various LeetCode challenges, aimed at improving problem-solving skills and helping others on their coding journey.😃

algorithms javascript leetcode

Last synced: 13 May 2026

https://github.com/kaierikniermann/tech-interview-prep

This is a collection of some materials for technical interviews

algorithms dsa interview-prep leetcode

Last synced: 13 May 2026

https://github.com/shahadathhs/leetcode-javascript

JavaScript-only LeetCode questions with solutions, explanations, and concept-based tagging.

algorithms data-structures javascript leetcode leetcode-javascript leetcode-solutions leetcode-typescript typescript

Last synced: 13 May 2026

https://github.com/andooown/challenges

My coding challenges

leetcode

Last synced: 14 May 2026

https://github.com/vivaxy/algorithms

✏️ Algorithms

algorithms javascript leetcode python

Last synced: 14 May 2026

https://github.com/gah-code/leetcode-practice

A structured JavaScript workout environment for solving LeetCode problems efficiently with ESLint, Jest, and Quokka.js.

exercises javascript jest leetcode

Last synced: 14 May 2026

https://github.com/shaheennabi/my_practices_on_data_structures_-_algorithms

🎯📚 Practicing Data Structures & Algorithms ✨🔢 A dedicated space where I solve DSA problems and document my thought process, approaches, and optimizations. 🚀💡 Each solution comes with a detailed explanation, covering different strategies and improvements. 🧠⚡ This repo serves as my personal learning journey.

data-structures-and-algorithms dsa dsa-journey leetcode python step-by-step-guide

Last synced: 11 Jun 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/lap-lik/leetcode

решение задач на сайте leetcode.com

java leetcode leethub

Last synced: 11 Jun 2026

https://github.com/saineshnakra/leetcode-75

I will be posting my solutions and explanations for every question in the "Leetcode 75", "Grind 169", daily challenges, and many more study plan. I will be using C++

cpp leetcode leetcode-solutions

Last synced: 11 Jun 2026

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/bigpick/code-practice

Repository to house all sorts of various code practice sites, interview prep solutions, etc.

advent-of-code hackerrank interview-preparation leetcode practice-programming programming-exercises python python3 self-improvement

Last synced: 12 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/hilarionengarejr/leetcode

Just LeetCode nothing to see here lol.

leetcode leetcode-javascript leetcode-python

Last synced: 02 Apr 2025

https://github.com/emilwijayasekara/leetcode-2441-largest-positive-integer-that-exists-with-its-negative

LeetCode Problem 2441.Largest Positive Integer That Exists With Its Negative - The problem requires finding the largest positive integer in an array such that its negative counterpart also exists in the array. The objective is to return this maximum positive integer, or -1 if no such integer is found.

java leetcode leetcode-java leetcode-solutions

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/somnathkar000/javascript-to-typescript-learning-journey

Welcome to the JavaScript to TypeScript Learning Journey repository! This repository documents my learning journey from JavaScript to TypeScript and includes various materials and exercises to enhance my understanding of the language. Additionally, I have solved a few DSA problems, which are located in the "dsa" folder.

dsa-practice leetcode typescript

Last synced: 13 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/xoraus/leetcode-dsa-grind

There are intricate patterns woven throughout existence, and I am driven by an unrelenting quest to uncover and comprehend as many of them as I can.

codechef codeforces gfg interviewbit java leetcode lintcode sql topcoder

Last synced: 14 Jun 2026

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

Solutions to common interview questions

hackerrank leetcode

Last synced: 15 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/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/rvk007/competitive-programming

Practice Competitive Programming in Python3

competettive-programming leetcode leetcode-solutions python

Last synced: 15 Jun 2026

https://github.com/oleksiygarnik/leetcode-code-interview

A collection of solutions to various LeetCode challenges, prepared to enhance coding interview skills and problem-solving techniques.

algorithms coding-interview competitive-programming data-structures leetcode problem-solving

Last synced: 31 May 2026

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/emilwijayasekara/leetcode-2744-find-maximum-number-of-string-pairs

LeetCode Problem 2744. Find Maximum Number of String Pairs - The task is to find the maximum number of pairs that can be formed by pairing distinct strings in an array with their reversed counterparts. Each string can only be part of one pair.

java leetcode leetcode-java leetcode-solutions

Last synced: 13 Oct 2025

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/joelhy/leetcode-in-rust

My LeetCode solutions in Rust.

leetcode leetcode-rust leetcode-solutions rust

Last synced: 14 Oct 2025

https://github.com/beakerandjake/leetcode

My leetcode solution repository

leetcode leetcode-javascript leetcode-solutions

Last synced: 14 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/khaydarov/cs-labs

Algorithms and Data Structure implementations, Leetcode problem solutions

algorithms-and-data-structures e-maxx geekforgeeks leetcode sicp-exercises

Last synced: 23 Feb 2026

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/alxdrcirilo/leetcode

LeetCode solutions

leetcode

Last synced: 27 Jan 2026

https://github.com/samridhi060/leetcode1672

LeetCode 1672: Richest Customer Wealth

java leetcode leetcode-java leetcode-solutions

Last synced: 13 Oct 2025

https://github.com/rstacks/leetcode-write-ups

My solutions to foundational LeetCode problems, complete with explanations and alternative solutions. All solutions are written in Python.

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

Last synced: 13 Oct 2025

https://github.com/fahimfba/top-interview-150

Top Interview 150 problems's solutions of mine on LeetCode

leetcode leetcode-practice leetcode-python leetcode-solutions

Last synced: 13 Oct 2025

https://github.com/taishikato/leetcode

My LeetCode Problems' Answers

codewars leetcode

Last synced: 27 Jan 2026

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

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

daily-questions leetcode

Last synced: 14 Oct 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/prakhar-002/prakhar-002

Meet Prakhar Katiyar 🙋🏻‍♂️ , An avid learner with a passion for mastering the MERN (MongoDB, Express.js, React.js, Node.js) stack 🎯 and diving deep into Data Structures and Algorithms (DSA) 🧑🏻‍💻

backend dsa-java font-end html-css-javascript leetcode mern-stack-development netlify

Last synced: 19 Jan 2026

https://github.com/gusenov/leetcode

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

leetcode leetcode-solutions

Last synced: 18 Oct 2025

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

leetcode 在线刷题Java版

java leetcode

Last synced: 29 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/didogrigorov/leetcode-may-daily-challenges-2023

Python solutions to LeetCode's May 2023 Daily Challenges, organized by date. Ideal for practicing coding, mastering Python, and preparing for interviews.

algorithm-challenges algorithms algorithms-and-data-structures coding coding-challenge coding-challenges coding-interviews data-structures interview leetcode leetcode-python leetcode-solutions programming python python3

Last synced: 12 Oct 2025

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/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/mohitjaisal/leetcode-problem-solutions

Creating records of all my LeetCode Problems Solutions in C++ (CPP). Leetcode Solutions on daily basis

cpp leetcode leetcode-cpp leetcode-problems-solutions leetcode-solutins-cpp leetcode-solutions

Last synced: 12 Oct 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/parachvte/leetcode

Leetcode solutions as practices of learning new languages.

leetcode leetcode-golang

Last synced: 14 Jan 2026

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/dpbm/leetcode

My LeetCode solutions

algorithms leetcode problem-solving python ruby

Last synced: 14 Apr 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/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/leetking/leetcode

My tour in LeetCode

leetcode

Last synced: 11 Oct 2025

https://github.com/ybfacc/lc-tool

js、ts的常用数据结构。方便写leetcode调用

javascript leetcode typescript

Last synced: 14 May 2026