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.
- GitHub: https://github.com/topics/leetcode
- Wikipedia: https://en.wikipedia.org/wiki/LeetCode
- Created by: LeetCode
- Last updated: 2026-06-23 00:17:26 UTC
- JSON Representation
https://github.com/dhanushreddy291/solved-dsa-problems
This REPO Conatains DSA problems that I have solved on various websites such as Hackerrank, Leetcode and Interviewbit.
algorithms hackerrank hackerrank-solutions leetcode
Last synced: 08 Oct 2025
https://github.com/wittyicon29/dsa
Some problems of leetcode on various techniques and concepts of DSA
algorithms data-structures leetcode
Last synced: 07 Oct 2025
https://github.com/emilwijayasekara/leetcode-2974-minimum-number-game
LeetCode Problem 2974. Minimum Number Game - A given array of even length. In each round, two players remove and append elements in a specific order, and the task is to return the resulting array after all rounds are completed.
java leetcode leetcode-java leetcode-solutions
Last synced: 17 Apr 2026
https://github.com/alessandro-schmidt/leetcope
Cause sometimes you just gotta cope. This is me axing Leetcode Problems.
leetcode leetcode-java leetcode-python leetcode-solutions sql
Last synced: 21 Jan 2026
https://github.com/aadimator/competitve-programming
My solutions for the competitive programming tasks.
codeforces competitive-programming hackerrank leetcode
Last synced: 02 Apr 2026
https://github.com/m-ezhil/leetcode-sql50
Welcome to my repository featuring solutions to the SQL 50 challenge from LeetCode. Whether you're practicing for technical interviews or just looking to sharpen your SQL skills, this collection covers a wide range of topics from basic to complex queries.
dataanalysis dataanalytics database leetcode mysql sql sqlserver
Last synced: 13 Apr 2026
https://github.com/cyberg4b/leetcode-exercises
Some LeetCode Data Structures exercises in TypeScript.
data-structures leetcode typescript
Last synced: 07 May 2026
https://github.com/zsarge/leetcode
Random leetcode problems
leetcode leetcode-solutions leethub
Last synced: 22 Jun 2026
https://github.com/lorransutter/coding-challenges
Coding challenges dashboard
advent-of-code coding-puzzle everybody-codes leetcode
Last synced: 21 Jun 2026
https://github.com/abdullah-niaz/leetcode
leetcode is a collection of solutions to various LeetCode problems, covering a wide range of algorithms and data structures. This repository serves as a practice resource for coding interviews and competitive programming, with solutions in Python for different problem categories and difficulties.
dsa leetcode leetcode-cpp leetcode-java leetcode-python leetcode-solutions problem-solving
Last synced: 18 Apr 2026
https://github.com/dolphinium/leet-code
repo for LeetCode problems that I solved
Last synced: 19 Apr 2026
https://github.com/bhaskarkatara/solution_leetcode-gfg_potds
dsa gfg-solutions leetcode leetcode-solutions
Last synced: 07 Oct 2025
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/nderousseaux/leetcode
My solutions to Leetcode problems
leetcode python typescript vscode-extension
Last synced: 20 Apr 2026
https://github.com/kritika30032002/kritika_leetcode
Collection of LeetCode questions to ace the coding interview!
algorithms algorithms-and-data-structures cpp-programming data-structures geeksforgeeks-cpp geeksforgeeks-solutions gfg-cpp gfg-solutions interview interview-practice interview-preparation interview-questions leetcode leetcode-cpp leetcode-practice leetcode-solutions
Last synced: 20 Apr 2026
https://github.com/emilwijayasekara/leetcode-2469-convert-the-temperature
LeetCode Problem 2469. Convert the Temperature - This problem entails converting a Celsius temperature to its corresponding values in Kelvin and Fahrenheit, utilizing precise conversion formulas, and returning the results in a two-element array with specified precision.
java leetcode leetcode-java leetcode-solutions
Last synced: 06 Oct 2025
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/quantivio/lets_solve_problems
LeetCode and CodeChef problems with multiple solutions
codechef codechef-practice codechef-problems codechef-python-solutions codechef-solutions competitive-programming leetcode leetcode-python leetcode-solutions problemsolving python python3
Last synced: 05 Jun 2026
https://github.com/jagrit007/lc-prac
🧑🏻💻 Repository for my saving my leetcode solutions [JAVA/PYTHON3]
leetcode leetcode-python leetcode-solutions
Last synced: 22 Apr 2026
https://github.com/rhazra-003/my_cp_solutions
Collection of Competitive Programming questions I solved for my placement preparation!
algorithms-and-data-structures codechef codeforces competitive-programming contest-programming cpp leetcode stl
Last synced: 06 Oct 2025
https://github.com/pranayadmn/leetcode
A collection of all my LeetCode submissions.
leetcode leetcode-cpp leetcode-solutions
Last synced: 18 Jun 2026
https://github.com/franciscomoretti/coding-problems
Challenges, Katas, coding problems solutions for leetcode, hackerrank
Last synced: 24 Apr 2026
https://github.com/chenhengqi/learn-rust-the-hard-way
learn rust by solving leetcode problems and by comparing with C++
Last synced: 24 Apr 2026
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/anuraganalog/leetcode
My Solutions to LeetCode Explore
coding coins competitive-programming explore february leetcode march solutions
Last synced: 25 Apr 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/emilwijayasekara/leetcode-2011-final-value-of-variable-after-performing-operations
LeetCode Problem 2011. Final Value of Variable After Performing Operations - execution of simple increment and decrement operations on a variable 'X' based on a given array of operation strings. The goal is to determine the final value of 'X' after performing all the operations.
java leetcode leetcode-java leetcode-solutions
Last synced: 07 Jun 2026
https://github.com/palmanov/leetcode-problems
Practice of solving algorithmic problems
leetcode leetcode-cpp leetcode-solutions
Last synced: 18 Jan 2026
https://github.com/xdwangwei/leetcode
我的leetcode刷题笔记,不定时更新,目前只有200多题,进行了分类,每道题提供了多种解法以及详细的注释,部分标注了原题解地址
algorithms datastructures leetcode leetcode-java
Last synced: 28 Apr 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/ruchip16/daily_dsa
In this repository, I will share all the questions that I will solve in a2oj ladders, Leetcode and Interviewbit
interview interview-questions leetcode
Last synced: 08 Jun 2026
https://github.com/jiisanda/solved
Python & Rust | Practice Problems and Design Pattern
design-patterns factory-method-pattern leetcode problem-solving python rust singleton-pattern
Last synced: 28 Apr 2026
https://github.com/nslee333/leetcode
Leetcode work
1337 go golang lc leetcode leetcode-go leetcode-python leetcode-solutions python python-3 python3
Last synced: 29 Apr 2026
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/udit-rawat/quest
Quest is a on device RAG that helps you quickly find solutions to coding problems. It searches through a database of answers and gives you clear, easy-to-understand solutions tailored to your question. Whether you're looking for explanations or code examples, Quest helps you find the right answer fast.
deepseek-r1 hnsw leetcode ollama ollama-api qwen2 rag sentence-transformers
Last synced: 29 Apr 2026
https://github.com/rileysuomi/datastructures-and-algos
Collection of data structure implementations, algorithms, and leet-code solutions
algorithms cpp data-structures leetcode python
Last synced: 29 Apr 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/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/patricktcoakley/py-leetcode
algorithms data-structures jupyter-notebook leetcode python
Last synced: 30 Apr 2026
https://github.com/nagarajpandith/competitive-programming
A repo to store my successful submissions in Contests on different online judges. Progress updated every week.
competitive-programming cplusplus dsa dsa-practice hackerrank leetcode
Last synced: 01 May 2026
https://github.com/leye195/algorithm-coding
알고리즘 코딩 문제 풀이 저장소 입니다.
algorithm baekjoon javascript leetcode programmers python
Last synced: 01 May 2026
https://github.com/smykhailevskyi/sql_leetcode
Leetcode SQL questions for the interview preparations
database interview interview-practice interview-preparations leetcode postgresql sql
Last synced: 02 May 2026
https://github.com/aashu24/leetcode-solutions
This repository contains solutions to leetcode problems. Useful for developers preparing for interviews. Contributions welcome.
beginner-friendly hacktoberfest hacktoberfest-accepted hacktoberfest2020 java leetcode leetcode-java leetcode-solutions
Last synced: 02 May 2026
https://github.com/dreamcatcher45/code-circuit
A curated list of 150 Leetcode problems from internet
code-circuit dsa leetcode leetcode-roadmap leetcode-solutions leetcode150 leetcodelist online react roadmap
Last synced: 02 May 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/wasi0013/leet_code
leetcode :snake: Python 3 solutions
leetcode leetcode-python3-solutions leetcode-solutions python
Last synced: 18 Jun 2026
https://github.com/soodaayush/leetcode
A repository containing all the Leetcode challenges I have completed.
cpp javascript leetcode python
Last synced: 03 May 2026
https://github.com/rumaisanaveed/leetcode-solved-questions
These are the random questions which I solved on leetcode.
coding coding-challenges grinding leetcode logic-building practice problem-solving programming questions-solved
Last synced: 07 Jul 2025
https://github.com/michaelehab/leetcode-february-challenge-2022
This Repository contains my solutions to February LeetCoding Challenge 2022 problems.
backtracking bfs binary-search bit-manipulation dfs leetcode leetcode-cpp leetcode-solutions problem-solving recursion strings two-pointers
Last synced: 04 May 2026
https://github.com/vivekkdagar/leetcode
A collection of LeetCode problems and my solutions.
competitive-programming cpp leetcode leetcode-solutions leethub
Last synced: 09 Jun 2026
https://github.com/iamaamir/leetcode-coach
Paste any problem. Get breakdown, approach, annotated code, dry run, complexity, and edge cases.
ai-tools dsa dsa-algorithm dsa-practice leetcode local-ai local-first solver
Last synced: 09 Jun 2026
https://github.com/itsachrafmansari/competitive_programming
My own solutions to some problems on famous competitive programming platforms
codeforces coding-challenge coding-challenges codingame competitive-coding competitive-programming competitive-programming-contests leetcode leetcode-solutions
Last synced: 09 Jun 2026
https://github.com/liushuping/leetcodealgo
Leet Code Algorithm, My solutions.
algorithm-challenges cpp javascript leetcode leetcode-solutions python
Last synced: 05 May 2026
https://github.com/henry-azer/leetcode-solutions
LeetCode Problems Solutions.
algorithms data-structures java javascript leetcode problem-solving sql
Last synced: 06 May 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/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/ricky9667/leetcode
My leetcode solutions.
algorithms cpp hugo kotlin leetcode leetcode-solutions
Last synced: 08 May 2026
https://github.com/whyvineet/cp-solutions
Solutions to problems from CSES, Codeforces, and LeetCode
codeforces codeforces-solutions cses cses-solutions leetcode leetcode-python leetcode-solutions python3
Last synced: 10 Jun 2026
https://github.com/alvii147/leetcode
LeetCode problems & solutions
algorithms concurrency database leetcode shell
Last synced: 09 May 2026
https://github.com/vermavarun/shaksz
All coding and design solutions as package
competitive-programming leetcode leetcode-solutions system-design
Last synced: 14 Jan 2026
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/ankitchouhan1020/hellonotes
Notes to Myself
cpp leetcode leetcode-solutions
Last synced: 19 Oct 2025
https://github.com/bilbottom/leetcode-go
Not optimal, not impressive, but some solutions to LeetCode problems written in Go.
Last synced: 01 Mar 2025
https://github.com/gopal-blog/gopal-blog.github.io
Personal Blog website Built with Jekyll
dsa dsa-algorithm golang jekyll jekyll-site leetcode python tech technology
Last synced: 25 Oct 2025
https://github.com/ychaaibi/leetcode-javascript-30
Leetcode - Learn JS Basics with 30 Qs 🧩🧠
algorithms basic competitive-programming data-structures javascript javascript-leetcode javascript-questions leetcode problem-solving
Last synced: 14 Oct 2025
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/syd-strzempko/practice-problems
python implementations of common algorithms, data structures, & coding problems
algorithms data-structures leetcode
Last synced: 26 Oct 2025
https://github.com/alexandros-lekkas/leetcode
🧑💻 All of my LeetCode solutions, synced by LeetHub
learning leetcode leetcode-solutions leethub personal
Last synced: 06 Jul 2025
https://github.com/mapx/leetcode-rust
Leetcode solutions in Rust.
algorithms examples leetcode leetcode-rust leetcode-solutions rust rust-playground
Last synced: 23 Jun 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/whisperpine/leetcode-rs
LeetCode problem solutions in Rust.
algorithms data-structures dsa leetcode neetcode rust
Last synced: 24 Jan 2026
https://github.com/sarahabuirmeileh/problemsolving
This repository contains solutions to problems I've solved on Codeforces, Leetcode and others.
codeforces codeforces-problems codeforces-solutions competitive-programming cplusplus leetcode leetcode-cpp leetcode-solutions problem-solving
Last synced: 01 Jun 2026
https://github.com/arvind-4/leetcode-solutions
My Leetcode Solutions
leetcode leetcode-solutions python
Last synced: 13 Oct 2025
https://github.com/felixoder/leetcode_journey
Here I share my leetcode progress journey
cp dsa hactober leetcode logic practise programming
Last synced: 17 Jan 2026
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/sckonung/grind75
Leetcode Solutions for Grind 75
algorithms csharp grind75 java leetcode leetcode-java leetcode-python python
Last synced: 06 Feb 2026
https://github.com/anchit-choudhry/leetcode
Best shot at LeetCode problems
java leetcode leetcode-java leetcode-practice leetcode-solutions programming-challenges programming-exercises
Last synced: 25 Feb 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/schneiderl/ztoh
a website with a collection of study documents for a number of different paths
algorithms interview-questions leetcode
Last synced: 07 Feb 2026
https://github.com/hot9cups/leetcode-daily-challenge
My solutions to Leetcode's Daily Challenge
leetcode leetcode-java leetcode-solutions
Last synced: 07 Feb 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-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/weeebox/leetcode-template-project
A template project for LeetCode in Python
leetcode leetcode-practice leetcode-python leetcode-questions leetcode-solutions
Last synced: 12 Oct 2025
https://github.com/dancastillo/leetcode
Solutions for different problems on leetcode.com written in JavaScript
Last synced: 16 Apr 2026
https://github.com/emilwijayasekara/leetcode-412-fizz-buzz
LeetCode Problem 412. Fizz Buzz - The FizzBuzz problem requires generating a sequence of strings from 1 to 'n', where each number is replaced by "Fizz," "Buzz," "FizzBuzz," or itself based on specific divisibility rules.
java leetcode leetcode-java leetcode-solutions
Last synced: 07 Jun 2026
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