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/emahtab/maximal-square

Find the maximal square area

dynamic-programming leetcode problem-solving

Last synced: 28 Mar 2025

https://github.com/vanditg/leetcode

This repository contains solutions for Leetcode - The World's Leading Programming Learning website. The programming language will vary depending on the problem-solving strategy and convenience, but most solutions will be in python.

data-structures-and-algorithms leetcode python3

Last synced: 09 Apr 2025

https://github.com/vaibhavvikas/dsa-problems

Python solutions of leetcode problems that I created for revision.

leetcode leetcode-python leetcode-solutions

Last synced: 26 Feb 2025

https://github.com/yudataguy/beatcode

Leetcode space repetition memorization web app

leetcode

Last synced: 23 Mar 2025

https://github.com/yurisldk/leetcode

Collection of LeetCode questions to ace the coding interview!

leetcode leetcode-solutions leetcode-typescript

Last synced: 26 Feb 2025

https://github.com/shubham-bhoite/leetcode-mysql

This repository contains solutions to LeetCode SQL challenges.

leetcode leetcode-mysql leetcode-solutions mysql sql

Last synced: 26 Feb 2025

https://github.com/brainstone/leetcode

This little project is a template for running LeetCode problems locally in your CLion installation.

cmake cpp cpp20 leetcode leetcode-cpp template

Last synced: 20 Feb 2025

https://github.com/eason-dev/leetcode

My LeetCode Challenge

leetcode

Last synced: 04 Sep 2025

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

You can find a JavaScript solution for problems in Leetcode in this repository.

javascript js leetcode leetcode-javascript leetcode-solutions problems problemsolving solution

Last synced: 14 Mar 2025

https://github.com/1337fury/problem_solving

My personal solutions to LeetCode problems. This repository contains my code submissions for various LeetCode challenges, organized by difficulty levels

coding-challenges leetcode problem-solving

Last synced: 25 Jun 2025

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

Data-structure and algorithms interview problems and solutions.

algorithm algorithms javascript leetcode python typescript

Last synced: 22 Feb 2025

https://github.com/mensenvau/leetcode_sql_problems

😊️️️️️️ Leetcode database part solutions

data-engineer data-engineering leetcode leetcode-solutions mysql sql

Last synced: 25 Mar 2025

https://github.com/armour/leetcode

👨‍💻 This repo is used for storing my solution for LeetCode OJ.

leetcode

Last synced: 23 Mar 2025

https://github.com/gopikrsmscs/leetcode

Problems I solve daily on LeetCode will be auto published to this repository

algorithms-and-data-structures interview-questions java leetcode

Last synced: 12 Mar 2025

https://github.com/misterzurg/leetcode-preporation

🧑‍🎨 My solutions from LeetCode stuff

leetcode leetcode-go

Last synced: 06 Aug 2025

https://github.com/rarecoil/leetcode

My solutions to leetcode algorithms questions, mostly in JavaScript, sometimes in Go

algorithms javascript leetcode leetcode-golang leetcode-javascript leetcode-solutions

Last synced: 01 Jul 2025

https://github.com/emahtab/sliding-window-maximum

Find Max within a fixed size window

leetcode monotonic-queue sliding-window

Last synced: 24 Jun 2025

https://github.com/emahtab/coin-change-2

Coin Change Problem (Total number of ways to make change) Implementation

coin-change dynamic-programming leetcode

Last synced: 28 Mar 2025

https://github.com/emahtab/campus-bikes

Assign closest bike to each worker

leetcode priority-queue

Last synced: 28 Mar 2025

https://github.com/tzuyi0817/leetcode

Solutions to LeetCode in JavaScript.

algorithm javascript leetcode leetcode-solutions

Last synced: 15 Mar 2025

https://github.com/emahtab/remove-nth-node-from-end-of-list

Remove nth node from end of the linked list

leetcode linked-list problem-solving

Last synced: 24 Jun 2025

https://github.com/amri-tah/leetcode-solutions-java

Collection of Leetcode problems solved by me using Java

coding leetcode leetcode-solutions

Last synced: 24 Jun 2025

https://github.com/ruslantsykaliak/leetcode-typescript-js-python-java

This repository serves as an excellent resource for anyone looking to improve their problem-solving skills, particularly in TypeScript, JavaScript, Python, and Java.

javascript js leetcode leetcode-solutions leetcode-typescript python3 ts typescript

Last synced: 04 Aug 2025

https://github.com/jotavare/leetcode

My completed exercises from LeetCode and some training examples.

bash c cpp leetcode shell

Last synced: 22 Feb 2025

https://github.com/davzoku/leetcode-obsidian-vault

Obsidian Vault of Leetcode Solutions. 1/2 of leetcode.walterteng.com

interview-preparation leetcode leetcode-python leetcode-solutions obsidian

Last synced: 30 Apr 2025

https://github.com/yufji/blog

LeetCode、项目中的实践爬坑

leetcode

Last synced: 29 Mar 2025

https://github.com/wenbochang888/design-patterns

设计模式 + Leetcode算法

design-patterns leetcode

Last synced: 21 Mar 2025

https://github.com/sherwinshen/leetcode

📖 算法学习之 LeetCode(主要基于 TS/JS 语言)

algorithm javascript leetcode typescript

Last synced: 06 Mar 2025

https://github.com/astraw99/leetcode

leetcode for gopher

go golang leetcode

Last synced: 13 Mar 2025

https://github.com/louis3797/leetcode

Leetcode Solutions in Java

java leetcode leetcode-solutions

Last synced: 13 Apr 2025

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

Repository to share leetcode solutions and participate in Hacktoberfest

hacktoberfest hacktoberfest-accepted hacktoberfest2022 leetcode

Last synced: 01 Jul 2025

https://github.com/emahtab/largest-rectangle-in-a-histogram

Largest rectangle in a histogram

leetcode problems-solving

Last synced: 28 Mar 2025

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

🧩 SolveSync is a Chrome extension that automates uploading your accepted LeetCode solutions to a GitHub repository using secure OAuth authentication.

automatically-push automation chrome-extension chrome-extension-api chromeextension coding-solutions github javascript leetcode leetcode-solutions leetcode-sync oauth problem-solving web-development

Last synced: 03 Apr 2025

https://github.com/shengyuan-lu/leetcode

My LeetCode Coding Challenge Solutions. (Python)

leetcode leetcode-python

Last synced: 04 Apr 2025

https://github.com/weihanli/leetcodesolutions

LeetCodeSolutions powered by csharp

algorithms csharp leetcode

Last synced: 24 Jun 2025

https://github.com/emahtab/longest-substring-without-repeating-characters

Longest Substring Without Repeating Characters

hashset leetcode sliding-window

Last synced: 28 Mar 2025

https://github.com/emahtab/smallest-subtree-with-all-the-deepest-nodes

Find the smallest subtree with all the deepest nodes in a binary tree

bfs breadth-first-search leetcode lowest-common-ancestor problem-solving

Last synced: 28 Mar 2025

https://github.com/himel-sarder/two-pointers-algorithm-with-himel

"Two-Pointers-with-Himel" repository offers implementations and explanations of the Two Pointer Technique, a powerful algorithmic approach for efficient problem-solving in arrays and linked lists. Explore Python code examples, detailed problem analyses, and contributions to enhance your understanding and mastery of this technique.

cpp leetcode leetcode-python leetcode-solutions python3 two-pointers

Last synced: 26 Mar 2025

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

Leetcode Solutions and Tests!

go leetcode

Last synced: 02 Mar 2025

https://github.com/manjeettahkur/30-day-leetcode

30-Day LeetCoding Challenge In Go programming language

algorithms-and-data-structures data-structures go golang leetcode

Last synced: 24 Jun 2025

https://github.com/greatgamedota/leetcode-challenges

LeetCode challenges I've completed

algorithms leetcode leetcode-solutions

Last synced: 03 Jul 2025

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

This repository features my SQL problem-solving approach and solutions to LeetCode problems, categorized by difficulty: Easy, Medium, and Hard. Each file may include multiple solutions to a problem, showcasing different approaches or optimizations. All solutions are explained clearly, making this a valuable resource for mastering SQL techniques.

leetcode leetcode-solutions leetcode-sql leetcodesql problem-solving

Last synced: 23 Jun 2025

https://github.com/muhammad-fiaz/data-structures-and-algorithms-solutions

Explore comprehensive solutions to coding problems from Geeks for Geeks, LeetCode, and HackerRank. This repository focuses on implementing and understanding fundamental data structures and algorithms, organized for easy navigation and quick learning.

algorithm-challenges algorithms-and-data-structures data-structure data-structures data-structures-algorithms data-structures-and-algorithms datastructure datastructures datastructures-algorithms datastructuresandalgorithm dsa dsa-algorithm dsa-learning-series dsa-practice dsa-questions dsa-solutions dsalgo-questions hackerrank leetcode solutions

Last synced: 01 Apr 2025

https://github.com/dtsdwarak/algorithms

Algorithms - Mostly for practice and reference

algorithms leetcode

Last synced: 26 Mar 2025

https://github.com/leedo97y/preparing_cordingtest

코딩테스트 알고리즘 문제 풀기 Leetcode -> new Repo : NewLeetcode

cording-test javascript js leetcode leetcode-javascript leetcode-javascript-solutions leetcode-solutions

Last synced: 30 Apr 2025

https://github.com/sebastiandotdev/waste-v2

Leetcode platform exercises... Completely Open Sources, Ready to challenge your programming. 🌙

exercism leetcode rust typescript

Last synced: 02 Sep 2025

https://github.com/fireinrain/leetcode-runs

leetcode exercise that implemented by Java

java leetcode

Last synced: 19 Jul 2025

https://github.com/leedo97y/newleetcode

[New] Leetcode Uploading

leetcode leetcode-solutions

Last synced: 30 Apr 2025

https://github.com/water8394/algorithmimpl

Prepare for Jobs!

leetcode

Last synced: 07 Jul 2025

https://github.com/p0u4a/leet-track

Web app for tracking and visualising LeetCode progress.

data-visualization leetcode leetcode-stats web-app

Last synced: 01 Apr 2025

https://github.com/ghosts6/leetcode_exercise

Leet code exercise solutions

bash c cpp js leetcode leetcode-solutions python3

Last synced: 05 Mar 2025

https://github.com/yous/leetcode

Solutions of LeetCode problems

leetcode leetcode-c

Last synced: 05 Apr 2025

https://github.com/siaexplains/algorithms-solutions

problem solutions, algorithms, leetcode, codility, code challenges, etc.

algorithm algorithms codility hackerrank javascript leetcode typescript

Last synced: 20 Jul 2025