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/lonelyhentxi/rusty-leetcode

My leetcode solutions with rust language.

leetcode leetcode-solutions rust solutions

Last synced: 01 Aug 2025

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

My solutions for many competitive programming websites.

algorithms codeforces competitive-programming cplusplus data-structures leetcode

Last synced: 16 Jul 2025

https://github.com/mehrshaad/leetcode

LeetCode Solutions Repository

leetcode python

Last synced: 01 Aug 2025

https://github.com/emahtab/kth-largest-element-in-an-array

kth largest element in an array

heap leetcode problem-solving

Last synced: 30 Oct 2025

https://github.com/thutasann/ts-leet

algorithms, leet code solutions and typescript fundamentals

algorithms leetcode typescript

Last synced: 24 Feb 2025

https://github.com/lewiszlw/leetcode

LeetCode problems' solutions implemented by java, c

algorithms leetcode

Last synced: 08 Nov 2025

https://github.com/astraw99/leetcode

leetcode for gopher

go golang leetcode

Last synced: 13 Mar 2025

https://github.com/sh20raj/leetcards

Leetcode Readme Stats Cards

leetcode

Last synced: 04 Apr 2025

https://github.com/tanhauhau/leetcodestarter

Boilerplate to kickstart your LeetCode practice

boilerplate java leetcode practice

Last synced: 27 Mar 2025

https://github.com/fx-max/leetcode

记录个人 LeetCode 解题过程。

database leetcode leetcode-php mysql php sql

Last synced: 08 Nov 2025

https://github.com/priyakdey/algodex

Algodex is a comprehensive collection of Data Structures and Algorithms (DSA) resources, solutions, and notes.

algoexpert algorithms algorithms-and-data-structures data-structures interview-preparation leetcode neetcode workattech

Last synced: 02 Aug 2025

https://github.com/louis3797/leetcode

Leetcode Solutions in Java

java leetcode leetcode-solutions

Last synced: 13 Apr 2025

https://github.com/simranjeet97/leetcode_practice

Practicing the Leet Code Codes for Competitive Programming

algorithms amazon coding competitive-programming data data-structures facebook google leetcode python

Last synced: 03 Aug 2025

https://github.com/unorsk/goog

Mostly Leetcode challenges

algorithm-challenges algorithms haskell leetcode

Last synced: 06 Apr 2025

https://github.com/muthu-kumar-u/go-dsa

Data Structures & Algorithms practice in Go. Covers arrays, binary search, trees, graphs, and more with clean implementations and explanations.

algorithms coding-practice data-structures dsa golang leetcode

Last synced: 07 Aug 2025

https://github.com/karanchawla/programmingpractice

This repository contains my implementations of common algorithms and data structures. It also includes some competitive coding problems solutions.

cpp cpp-primer geeksforgeeks leetcode programming-language

Last synced: 21 Mar 2025

https://github.com/th-blitz/leetcode-templates

My Collection of LeetCode templates like sorting algorithms, search algorithms & data-structures from scratch in C, C++, Rust, JavaScript & Python.

algorithms data-structures leetcode leetcode-cpp leetcode-python leetcode-rust rust

Last synced: 08 Aug 2025

https://github.com/saidinesh5/30-day-leetcode-challenge-april-2020

My Solutions to the 30 day leetcode challenge: April 2020

algorithms-and-data-structures leetcode leetcode-cpp

Last synced: 02 Mar 2025

https://github.com/emahtab/kth-largest-element-in-a-stream

kth Largest element in a stream

heap leetcode problem-solving

Last synced: 08 Aug 2025

https://github.com/khoi-truong/pyleetcode

Solution for LeetCode problems in Python

leetcode leetcode-python

Last synced: 09 Aug 2025

https://github.com/tkachuk-ai/leet-code

My LeetCode solutions (from Brute Force to possible efficient algorithms with time and space complexity analysis) provided for the reference. The repo is continuously updated 🔛

interview-practice interview-preparation interview-questions leetcode leetcode-java leetcode-solutions

Last synced: 04 Mar 2025

https://github.com/halvaradop/leetcode

A collection of solutions to LeetCode problems, focusing on algorithms and data structures

algorithms approaches data-structures leetcode techniques typescript

Last synced: 09 Aug 2025

https://github.com/0xgeorgii/leetcodesolutions

Leetcode problems solutions

competitive-programming leetcode

Last synced: 09 Nov 2025

https://github.com/dup4/leetcode

Leetcode Code Repo

code leetcode

Last synced: 29 Mar 2025

https://github.com/devcheckog/word-ladder-ii

Complicated problem in leetcode, categorized as hard.

c leetcode

Last synced: 15 Aug 2025

https://github.com/ravin-d-27/data_structures_questions

Here's my repository where I will be uploading placement coding questions with solutions here.

algorithms data-structures java leetcode

Last synced: 10 Aug 2025

https://github.com/bansal-samarth/daily-dose-of-dsa

A collection of my DSA solutions—cracking problems one algorithm at a time!

algorithms-and-data-structures data-structures dsa geeksforgeeks geeksforgeeks-solutions leetcode leetcode-solutions

Last synced: 06 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/wenbochang888/design-patterns

设计模式 + Leetcode算法

design-patterns leetcode

Last synced: 21 Mar 2025

https://github.com/viniciusfinger/java-coding-challenges

Coding challenges algorithms (Hacker Rank, Leetcode...)

hackerrank leetcode

Last synced: 12 Apr 2025

https://github.com/dhrupad17/leetcode_binarysearchstudyplanii

In computer science, binary search, also known as half-interval search or logarithmic search, is a search algorithm that is commonly used to find the position of a target value within a sorted array. However, the binary search algorithm is not limited to arrays. In any scenario where one can determine if the target value is higher or lower than a given value, binary search can be used to repeatedly halve the search space for a target value.

array binary-search greedy hashtable leetcode leetcode-solutions math sorting string tree two-pointers

Last synced: 18 Jul 2025

https://github.com/marcelotsvaz/google-foobar

Google Foobar challenge.

leetcode python

Last synced: 12 Mar 2025

https://github.com/devcheckog/minimum-window-substring

Complicated problem in leetcode, categorized as hard.

assembler c leetcode

Last synced: 13 Aug 2025

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

This repository contains my Python 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 for clarity, making this a valuable resource for learning and improving Python problem-solving skills.

leetcode leetcode-database leetcode-python leetcode-solutions python

Last synced: 13 Mar 2025

https://github.com/shixinhuang99/leetcode-daily

leetcode playground and record

leetcode rust

Last synced: 13 Aug 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/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/devcheckog/median-two-sorted-arrays

Complicated problem in leetcode, categorized as hard.

c leetcode mlir

Last synced: 15 Aug 2025

https://github.com/devcheckog/regular-expression-matching

Complicated problem in leetcode, categorized as hard.

c leetcode

Last synced: 15 Aug 2025

https://github.com/devcheckog/longest-valid-parentheses

Complicated problem in leetcode, categorized as hard.

c leetcode mlir

Last synced: 15 Aug 2025

https://github.com/devcheckog/merge-k-sorted-lists

Complicated problem in leetcode, categorized as hard.

assembly c leetcode mlir

Last synced: 15 Aug 2025

https://github.com/nurislam03/online_judge-competitive_programming

A repository to sync all my solutions for different Online Judges/platforms.

acm-icpc c competitive-programming cplusplus go golang java leetcode lightoj uva

Last synced: 19 Jul 2025

https://github.com/prashanthatp/leetcode-client

Node Application to Consume Leetcode Api

api client javascript leetcode leetcode-api nodejs

Last synced: 15 Aug 2025

https://github.com/muradmy00/javascript-leetcode-problem-solve

I solving JavaScript Problem in Leetcode

javascript leetcode problem-solving

Last synced: 16 Aug 2025

https://github.com/vaibhav18matere/practice

A central repository to practice DSA, JavaScript, React; almost everything around problem solving and logic building

design-patterns dsa javascript leetcode react

Last synced: 31 Mar 2025

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

My solutions in leetcode

golang leetcode

Last synced: 22 Mar 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/aaronlamz/leetcode-js

💡 Leetcode 题解(JavaScript实现)

javascript leetcode leetcode-solutions

Last synced: 17 Aug 2025

https://github.com/wanghaoxi3000/leetcode

LeetCode 解题记录

leetcode leetcode-golang

Last synced: 19 Jul 2025

https://github.com/kiing-dom/leetcode-tracker

Prep smarter for coding interviews: KeepCode tracks your LeetCode progress so you can focus on solving.

browser-extension dsa-tracker interview-preparation interview-preparation-tool leetcode leetcode-tracker

Last synced: 17 Jun 2025

https://github.com/hgschandeepa/dsa-repo

This repository contains all the answers for the🚀 LEETCODE and ⭐GFG questions, And the files are named with the Date.

arrays competitive-programming competitive-programming-contests cpp data-structures geeksforgeeks graphs javascript leetcode linked-list tree

Last synced: 08 Jul 2025

https://github.com/liulinboyi/algorithm-and-data-structure-of-javascript

通过leetcode解题来学习JavaScript 的算法与数据结构(Algorithm and data structure of JavaScript)

algorithm javascript leetcode typescript

Last synced: 09 Mar 2025

https://github.com/galaxy4276/algorithm-study

팀 기반으로 운영하는 알고리즘 스터디

algorithms data-structures leetcode leetcode-solutions

Last synced: 09 Jul 2025

https://github.com/anvouk/leetcode

C/C++ leetcode personal solutions

leetcode leetcode-c leetcode-cpp leetcode-solutions

Last synced: 24 Feb 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