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/theodesp/leetcode-primer

Detailed and Well formed solutions for Leetcode problems

leetcode leetcode-java leetcode-javascript leetcode-python leetcode-solutions

Last synced: 19 Mar 2026

https://github.com/wklee610/leetcode-cli

A Command-Line Interface (CLI) tool to browse and solve LeetCode problems directly from the terminal.

cli cli-tool coding-practice coding-test leetcli leetcode leetcode-cli

Last synced: 11 Oct 2025

https://github.com/emahtab/binary-tree-zigzag-level-order-traversal

Binary Tree Zigzag (Spiral) Order Traversal

bfs binary-tree leetcode problem-solving

Last synced: 12 Feb 2026

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

Longest Substring Without Repeating Characters

hashset leetcode sliding-window

Last synced: 19 Mar 2026

https://github.com/theamnabb/volunteer_instructor_recordings

This repository dedicated to storing and sharing links to all my volunteer workshop and webinar recordings.

leetcode python3 teaching webinar workshop

Last synced: 14 Jun 2025

https://github.com/jacksonchen1998/leetcode

I will try to use many ways to solve the Leetcode problem

cplusplus leetcode python

Last synced: 25 Apr 2026

https://github.com/danitilahun/data_structure_and_algorithm_leetcode_and_codeforces_challenge

A daily challenge repository for data structures and algorithms from LeetCode and CodeForces, aimed at enhancing problem-solving and coding skills.

algorithms codeforces coding-challenge competitive-programming data-structures leetcode

Last synced: 23 Jan 2026

https://github.com/yuliang-lee/leetcode-submission-table

:notebook: Use crawlers to get all submitted records, use tables to display, add filtering.

leetcode submissions

Last synced: 07 Sep 2025

https://github.com/ngkhang/leetcode-old

My collection of solutions to algorithmic problems in Leetcode

data-structures-and-algorithms database dsa javascript leetcode mysql typescript

Last synced: 07 Jun 2026

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

Leetcode Solutions and Tests!

go leetcode

Last synced: 07 Jun 2026

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: 19 Mar 2026

https://github.com/emahtab/decode-ways

Number of ways to decode

dynamic-programming leetcode problem-solving

Last synced: 27 Jan 2026

https://github.com/yuhexiong/leetcode-solution

Document my LeetCode solution with chinese comments and multiple programming languages.

c-language cpp go golang java javascript leetcode mysql python typescript

Last synced: 14 Apr 2026

https://github.com/anindya-dey/practice-leetcode

Here I maintain all the problems I have solved on Leetcode. Courtesy: Leethub extension

andys-cli dsa dsa-practice leetcode leetcode-cpp leetcode-practice leetcode-solutions

Last synced: 22 Apr 2026

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

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

algorithm algorithms codility hackerrank javascript leetcode typescript

Last synced: 13 Apr 2026

https://github.com/kengen1/leetcode-study-bot

A Discord bot that integrates Leetcode challenges into Discord servers. This project was built with the intention of providing a collaborative space for technical interview preparation.

discord-bot discord-js graphql leetcode leetcode-questions leetcodepractice nodejs typescript

Last synced: 05 May 2026

https://github.com/creator79/google-extension

This extension is used to forced you do a one Leetcode question every whenever you open the new tab in chrome

extension google leetcode

Last synced: 09 Jun 2026

https://github.com/nolleh/leetcode

solving leetcode problems

alrogithm leetcode leetcode-python3

Last synced: 25 Oct 2025

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

Python solutions of leetcode problems that I created for revision.

leetcode leetcode-python leetcode-solutions

Last synced: 23 Feb 2026

https://github.com/xnacly/leet

Leetcode solutions grouped by language

leetcode

Last synced: 22 Apr 2026

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

Leet-code Solutions of problems using programming languages ​​such as Python, JavaScript, C++ and Bash. Here are all the solutions to problems from my personal profile

bash javascript leetcode leetcode-solutions postgresql python

Last synced: 16 Apr 2026

https://github.com/sagargupta16/code-arena

Real-time competitive coding arena - race friends on LeetCode problems with built-in timer, scoring, and live leaderboards

coding-challenge competitive-programming developer-tools fastapi leetcode multiplayer python react real-time websocket

Last synced: 03 May 2026

https://github.com/jotavare/leetcode

My completed exercises from LeetCode and some training examples.

bash c cpp leetcode shell

Last synced: 07 May 2026

https://github.com/archie94/codes

Important codes implementing various algorithms and day to day problems.

algorithm c codechef competitive-programming contest cpp hackerrank leetcode leetcode-java leetcode-solutions spoj

Last synced: 24 Apr 2026

https://github.com/amorist/leetcode

golang leetcode

leetcode

Last synced: 02 Mar 2026

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: 08 May 2026

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

邮件自动接收leetcode的每日一题(Mail automatically receives the daily question of leetcode)

daily-questions email-sender-tool leetcode

Last synced: 14 Oct 2025

https://github.com/xoxoharsh/codershub

CodersHub is a mobile app that simplifies access to coding profiles by consolidating platforms like LeetCode and Codeforces. It offers a user-friendly interface for viewing profiles, tracking ratings, and navigating daily problems without switching apps or logging in repeatedly.

codeforces competitive-programming firebase geeksforgeeks java leetcode mobile-app

Last synced: 09 May 2026

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

The source code I created to track my progress in solving Leetcode problems.

competitive-programming elixir go golang leetcode leetcode-solutions rust sql

Last synced: 09 May 2026

https://github.com/aritrac1/java

All the Basics concepts of Java, OOPs, DSA in Java and some Projects along practice problems(leetcode and other platforms) and other resources.

algorithms competitive-programming data-structures dsa dsa-algorithm dsa-practice exception-handling java java-basics java-projects leetcode leetcode-java maths multithreading oops-in-java patterns practice-programming project

Last synced: 26 Oct 2025

https://github.com/anas727189/anas_portfolio

My very own portfolio website

github-api leetcode nextjs typescript

Last synced: 20 Apr 2026

https://github.com/gnodivad/leetcode

✅ Solutions to LeetCode by Java

leetcode leetcode-java leetcode-solutions leetcode-sql

Last synced: 19 Mar 2026

https://github.com/stewie-pixel/claude-with-leetcode

Daily Leetcode Solution for DSA and Algorithm master

dsa-algorithm leetcode

Last synced: 02 May 2026

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

This Repository Contains All My Solved Leetcode JS challenge solution.

javascript leetcode leetcode-javascript-solutions leetcode-solutions

Last synced: 20 Apr 2026

https://github.com/yufji/blog

LeetCode、项目中的实践爬坑

leetcode

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

https://github.com/imbios/lab-extract-common-letters

📝 TypeScript implementation of an algorithm to extract common characters across multiple strings, optimized for performance with O(n*k) time complexity.

algorithms coding-challenge coding-interview data-structures educational hacktoberfest hash-table interview-preparation leetcode npm-package optimization performance problem-solving string-manipulation time-complexity typescript

Last synced: 20 Apr 2026

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

Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)

interview interview-questions leetcode

Last synced: 20 Apr 2026

https://github.com/pacemakerx/leetcode-my-solutions

This repository contains my accepted LeetCode solutions, organized by question, showcasing my journey in problem-solving and competitive programming.

coding-practice coding-problems cpp datastructures-algorithms java leetcode leetcode-solutions problem

Last synced: 20 Apr 2026

https://github.com/ryandvl/leetcode

✅ All the problems that I solved in LeetCode.

computer-science cpp java javascript leetcode python

Last synced: 20 Apr 2026

https://github.com/codersunny812/stellarcode

This is a project inspired by the Leetcode where people can create account and login into thier account and saw the dsa problem and solve them.

javascript leetcode leetcode-solutions react-router reactjs

Last synced: 13 Apr 2026

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: 11 Oct 2025

https://github.com/shixiongfei/leetcode

My LeetCode solutions.

leetcode leetcode-solutions

Last synced: 19 Mar 2026

https://github.com/jiannan-dev/leetcode-daily-mailer

邮件自动接收leetcode的每日一题(Mail automatically receives the daily question of leetcode)

daily-questions email-sender-tool leetcode

Last synced: 26 Mar 2025

https://github.com/noeyislearning/sql-coding-challenges

SQL Coding Challenges, this repository is a compilation of my journey on enhancing my SQL skills; coding challenges are from LeetCode, HackerRank, and other sources.

coding-challenge data-analytics data-science hackerrank leetcode mysql solutions

Last synced: 07 Jul 2025

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

This repository contains my solutions to several LeetCode problems, in Python.

algorithms algorithms-and-data-structures interview-practice leetcode python solutions

Last synced: 14 May 2026

https://github.com/ffekirnew/dynamic-programming-start

This is a comprehensive GitHub repository dedicated to mastering dynamic programming through a collection of solutions to various challenging problems. From optimizing algorithms to efficient resource allocation, this repository provides a solid foundation for developers seeking to enhance their dynamic programming skills.

competitive-programming dynamic-programming leetcode python3

Last synced: 17 Jan 2026

https://github.com/satyamgupta53/data-structures-algorithm

Comprehensive collections of all the important data structures and algorithms currently used & leetcode question-solutions also included.

algorithms data-structures java leetcode

Last synced: 18 Mar 2025

https://github.com/gituser143/goleet

Solutions to LeetCode problems in GoLang!

competitive-coding go golang leetcode leetcode-solutions solutions

Last synced: 17 Mar 2025

https://github.com/aaesalamanca/leet-sharp

Soluciones para los problemas de LeetCode en C#.

benchmark console csharp dotnet leetcode

Last synced: 26 Mar 2025

https://github.com/michaelfromyeg/puzzles

Solutions to problems from vscode-puzzles and vscode-leetcode.

coding leetcode problems vscode-puzzles

Last synced: 02 Apr 2025

https://github.com/hashimsaffarini/leetcode-solutions-for-database

This database file contains solutions to LeetCode problems implemented using Oracle. It serves as a comprehensive collection of answers to various coding challenges available on LeetCode. The solutions are structured and organized using Oracle, providing a valuable resource for those seeking efficient problem-solving techniques and manipulation str

database leetcode oracle solutions

Last synced: 30 Aug 2025

https://github.com/leedo97y/newleetcode

[New] Leetcode Uploading

leetcode leetcode-solutions

Last synced: 30 Apr 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/dtsdwarak/algorithms

Algorithms - Mostly for practice and reference

algorithms leetcode

Last synced: 26 Mar 2025

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

My LeetCode Coding Challenge Solutions. (Python)

leetcode leetcode-python

Last synced: 04 Apr 2025

https://github.com/limon-s-interview-prep-zone/leetcode

🚀 Welcome to the Interview Preparation repository! This project is a comprehensive collection of Data Structures, Algorithms, and solved problems from common online judges, providing a robust resource for technical interview preparation.

algorithms cplusplus data-structures leetcode python

Last synced: 16 Feb 2026

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/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/vijaygupta18/pythoncpp-cp

My solutions of various coding platforms.

codechef codeforces gfg leetcode spoj

Last synced: 27 Mar 2025

https://github.com/damichoi/algorithm

Baekjoon Online Judge (백준 온라인 저지), LeetCode, Programmers, 이것이 코딩테스트다 (동빈북), 인프런 등의 알고리즘 문제 풀이를 모은 저장소입니다.

algorithm algorithms baekjoon baekjoon-algorithm baekjoon-online-judge inflearn java leetcode leetcode-java programmers

Last synced: 03 May 2025

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

LeetCode challenges I've completed

algorithms leetcode leetcode-solutions

Last synced: 28 Oct 2025

https://github.com/lupantech/leetcode

Constant dripping wears away a stone.

leetcode note

Last synced: 09 Apr 2025

https://github.com/farooq85-dev/leetcode-problems

LeetCode enhance your coding skills. Inshallah, i will present all the problems in JavaScript or Python. But my first priority will be to solve in JavaScript. Inshallah, I will solve minimum 200 problems. Happy Coding!

coding-skills javascript leetcode problems python

Last synced: 12 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: 15 May 2026