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: 2025-11-13 00:17:40 UTC
- JSON Representation
https://github.com/emahtab/first-unique-character-in-a-string
Find the first unique character in a string
hashmap leetcode problem-solving
Last synced: 14 Jul 2025
https://github.com/emahtab/longest-palindromic-substring
Find longest palindromic substring in a string
dynamic-programming leetcode palindrome problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/longest-common-prefix
Find the longest common prefix among strings
leetcode prefix problem-solving
Last synced: 28 Mar 2025
https://github.com/emahtab/binary-tree-right-side-view
Binary Tree Right Side View
bfs binary-tree leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/gzachariadis/python.challenges
A collection of Python solutions to various coding challenges.
algorithm-challenges codewars codewars-challenges codewars-kata codewars-kata-solution codewars-solutions codewars-training-exercise coding-challenge coding-challenges competitive-programming exercism exercism-solutions hacker-rank hackerrank hackerrank-solutions kata leetcode leetcode-solutions python tdd-katas
Last synced: 23 Feb 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/emahtab/combinations
Combinations
combinations leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/ambidextrous9/600-dsa-problems
600+ DSA Problems solved from GFG, LeetCode, BinarySearch
algorithms algorithms-and-data-structures binary-search dsa dsa-algorithm dsa450 dynamic-programming leetcode
Last synced: 19 Sep 2025
https://github.com/michaelehab/leetcode-binary-search-i
This Repository contains my solutions to Binary Search I study plan on LeetCode.
algorithms binary-search leetcode leetcode-cpp leetcode-solutions practice study-plan
Last synced: 09 Aug 2025
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: 11 Mar 2025
https://github.com/emahtab/longest-consecutive-sequence
leetcode sorting sorting-algorithms
Last synced: 28 Mar 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/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/ieshaan12/interview-prep
competitive-programming hacktoberfest leetcode python3
Last synced: 28 Jul 2025
https://github.com/qew21/autoleetcode
Automatically read Leetcode problems using Selenium, hand them over to different large models for processing, and automatically submit solutions while tracking accuracy rates.
Last synced: 28 Jul 2025
https://github.com/emahtab/number-of-distinct-islands
Count the number of distinct islands
bfs breadth-first-search depth-first-search dfs leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/dov4k1n/yandex
Решения задач на алгоритмы и конспекты лекций школы мобильной разработки
android kotlin leetcode yandex
Last synced: 29 Mar 2025
https://github.com/kaoimin/leetcode
A LeetCode solution notebook by Eason Gao.
Last synced: 07 Nov 2025
https://github.com/tuan882612/leetcode
My solutions to Leetcode problems.
algorithms data-structures leetcode python
Last synced: 07 Mar 2025
https://github.com/gaganreddyin/leetcodecomparator
A tool for analyzing and comparing LeetCode profiles to track performance and identify strengths and weaknesses.
javascript-applications leetcode leetcode-javascript
Last synced: 28 Jul 2025
https://github.com/emahtab/merge-k-sorted-lists
Merge k Sorted Linked Lists
leetcode merge-sorted-lists min-heap priority-queue problem-solving
Last synced: 28 Oct 2025
https://github.com/priyakdey/leetcode
Solutions to problems from leetcode
algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures data-structures leetcode leetcode-python leetcode-solutions python3
Last synced: 28 Mar 2025
https://github.com/emahtab/walls-and-gates
Fill the grid with the distance to the nearest gate
breadth-first-search depth-first-search leetcode
Last synced: 29 Jul 2025
https://github.com/hellojukay/leetcode
这是一个LeetCode刷题项目
golang leetcode leetcode-golang
Last synced: 23 Jun 2025
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: 22 Jun 2025
https://github.com/iron-buster/leetcode-python
python算法题代码 (leetcode, codeforces, atcoder)
algorithms atcoder datastructures leetcode python solutions
Last synced: 03 Mar 2025
https://github.com/emahtab/daily-temperatures
Find the days after which there will be a warmer day
leetcode problem-solving stack
Last synced: 26 Jun 2025
https://github.com/huseynovvusal/python-dsa-course
📘 Official repository of "Data Structures & Algorithms with Python" course in Azerbaijani on Udemy.
algorithms-and-data-structures leetcode python udemy-course
Last synced: 18 Jul 2025
https://github.com/emahtab/valid-palindrome
Check if a string is palindrome
leetcode palindrome palindrome-string problem-solving
Last synced: 12 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/emahtab/reverse-linked-list
Reverse a singly Linked List
leetcode linked-list problem-solving reverse
Last synced: 29 Jul 2025
https://github.com/aryangupta9680/dsa-solved-questions
This repository contains solutions to various Data Structures and Algorithms (DSA) problems solved by me. The questions are sourced from renowned coding platforms like GeeksforGeeks, LeetCode, Codeforces, InterviewBit, HackerRank, and more.
algorithms cpp data-structures dsa geeksforgeeks interviewbit leetcode problem-solving
Last synced: 07 Nov 2025
https://github.com/emahtab/find-the-duplicate-number
Find the duplicate number
array leetcode problem-solving tortoise-and-hare-algorithm
Last synced: 28 Mar 2025
https://github.com/emahtab/vertical-order-traversal-of-a-binary-tree
Binary Tree Vertical Order Traversal
bfs leetcode problem-solving tree-traversal vertical-order-traversal
Last synced: 15 Jun 2025
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: 23 Feb 2025
https://github.com/thapasijan171/dsawithprojects
Leetcode solutions sharpen problem-solving skills by providing real-world coding challenges, improving algorithmic thinking. DSA projects integrate these solutions into practical applications, enhancing efficiency and deepening data structures knowledge for optimized development.
dsa-project dsaproject java leetcode leetcode-solutions projects
Last synced: 09 Jul 2025
https://github.com/fireinrain/leetcode-runs
leetcode exercise that implemented by Java
Last synced: 19 Jul 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
https://github.com/emahtab/conway-game-of-life
Conway Game of life
game-of-life leetcode problem-solving
Last synced: 28 Mar 2025
https://github.com/amirhnajafiz/leetcodz
Problems and solutions to my LeetCode.
algorithms data-structures design-patterns leetcode problem-solving
Last synced: 29 Jul 2025
https://github.com/yutounun/leetcodewithjs
Solutions to easy problems on leetcode with JS
interview interview-preparation interview-questions leetcode
Last synced: 30 Oct 2025
https://github.com/mohuishou/leetcode
leetcode leetcode-golang leetcode-javascript
Last synced: 15 May 2025
https://github.com/emanuelefavero/leetcode
This repository contains my solutions to LeetCode problems
algorithms data-structures javascript leetcode leetcode-solutions
Last synced: 29 Mar 2025
https://github.com/imvickykumar999/hackerrank-codechef-leetcode
Continue ...
30-days-of-code-solutions codechef competitive-programming hackerrank hackerrank-solutions leetcode python3
Last synced: 21 Jun 2025
https://github.com/vartikaraj2512/dsa-training
**DSA-Training** 📚🚀: A comprehensive C-based DSA repository covering arrays, linked lists, stacks, queues, trees, graphs, hashing, dynamic programming, greedy algorithms, backtracking, sorting, and searching. Essential for placement prep and industry use, showcasing technical proficiency, problem-solving , and readiness for top tech roles. 🌟💻
Last synced: 04 Mar 2025
https://github.com/emahtab/subarray-sum-equals-k
Subarray sum equals k
array leetcode prefix-sum problem-solving
Last synced: 28 Mar 2025
https://github.com/quibler7/leetcode-blind-75
LeetCode Blind 75 🧠 is a curated list of the top 75 algorithm problems in LeetCode posted on the Blind platform.
leetcode leetcode-blind-75 leetcode-blind-75-python leetcode-python leetcode-solutions
Last synced: 30 Jul 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/gaganreddyin/algotrack
Algotrack is a search engine designed specifically for finding coding problems on LeetCode. It uses web scraping and the TF-IDF algorithm to help users locate relevant problems based on their search queries, making it easier to practice and improve coding skills.
leetcode search-algorithms search-engine
Last synced: 23 Feb 2025
https://github.com/5j54d93/leetcode
My code to solve LeetCode problem in C/C++.
c cpp leetcode leetcode-solutions
Last synced: 22 Mar 2025
https://github.com/dev-ik/leetcode-typescript
Solutions for leetcode by typescript
leetcode leetcode-solutions leetcode-typescript typescript
Last synced: 06 Apr 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/tareqalkushari/leetcode-problem-solutions
This repository contains a comprehensive collection of solutions to LeetCode problems, crafted with clarity and efficiency in mind. Each solution is written in a clean, readable format and includes insights into time and space complexity, making it an ideal resource for technical interview preparation, algorithm practice, and self-paced learning.
algorithm-practice algorithms arrays binary-search coding-interview competitive-programming cpp data-structures dynamic-programming graph-algorithms hashmap interview-preparation java leetcode leetcode-solutions problem-solving python recursion strings technical-interview
Last synced: 28 Aug 2025
https://github.com/emahtab/random-pick-index
Random pick index
constant-space leetcode problem-solving random
Last synced: 12 Sep 2025
https://github.com/xenophir/leetcode
SOLUTION OF LEETCODE PROBLEMS IN PYTHON
Last synced: 22 Feb 2025
https://github.com/emahtab/water-area
Water Area Problem
leetcode problem-solving water-area water-trapping
Last synced: 28 Mar 2025
https://github.com/emahtab/excel-sheet-column-number
Find the excel sheet column number
leetcode maths maths-problem problem-solving
Last synced: 28 Mar 2025
https://github.com/ayesha-quazi/feb_leetcode-2025
I'm going to solve LeetCode's POTD (Problem of the Day) daily and keep track of my progress. I'll focus on easy tricks to improve my DSA problem-solving skills and enhance my practice! 😊
challenge cpp improvement leetcode leetcode-solutions
Last synced: 31 Jul 2025
https://github.com/emahtab/house-robber
Find the maximum Sum for an array while not including any two adjacent elements
dynamic-programming leetcode problem-solving
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/ajinkyataranekar/leetcode
Leetcode Solutions
leetcode leetcode-python leetcode-solutions
Last synced: 29 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/md-mafujul-hasan/codeforces_problem_solving
These Contain Some Programming Solutions of Code Forces in any programming language😏
algorithm codeforces codeforces-coders codeforces-contests codeforces-problems codeforces-solutions codeforces-solutions-github competitive-programming leetcode python
Last synced: 05 Oct 2025
https://github.com/emahtab/course-schedule-iv
floyd-warshall-algorithm graph leetcode
Last synced: 31 Jul 2025
https://github.com/emahtab/shortest-bridge
Find minimum number of flips required to make connect two disconnected islands
Last synced: 28 Mar 2025
https://github.com/utkarsh5026/leetcode_rust
Leetcode solutions in rust, mostly a learning project to start my rust learning journey 😊
dsa leetcode leetcode-solutions rust rust-lang
Last synced: 09 Mar 2025
https://github.com/viniciuscestarii/leetcode
🐱💻 Leetcodes that I have done
Last synced: 21 Mar 2025
https://github.com/emahtab/remove-linked-list-elements
Remove Linked List Elements
leetcode linked-list problem-solving
Last synced: 01 Aug 2025
https://github.com/adithya-808/my-dsa-repo
This repo contains all the DSA questions i submit in leetcode. Written in Go
Last synced: 04 Oct 2025
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/cyberguru1/golangleetcodesolution
leetcode problems solved in golang
algorithms algorithms-and-data-structures arrays blind75 dp go golang golang-examples interface leetcode lists maps sorting stacks structs
Last synced: 13 Mar 2025
https://github.com/priyansusahoo/data-structure-and-algorithms-java
Learning Data Structures & Algorithms | Leetcode | Java
algorithms data-structures dsa-practice graph java leetcode leetcode-java list searching-algorithms sorting-algorithms tree
Last synced: 10 May 2025
https://github.com/tuancamtbtx/beyond-leet-code-practice
Practice for Algorithm, Data structure, SQL, Bigdata ...
data-structures-and-algorithms leetcode python sql system-design
Last synced: 22 Feb 2025
https://github.com/emahtab/kth-largest-element-in-an-array
kth largest element in an array
Last synced: 30 Oct 2025
https://github.com/lewiszlw/leetcode
LeetCode problems' solutions implemented by java, c
Last synced: 08 Nov 2025
https://github.com/michaelehab/leetcode-april-challenge-2022
This Repository contains my solutions to April LeetCoding Challenge 2022 problems.
algorithm backtracking binary-search bit-manipulation cpp dfs leetcode leetcode-solutions problem-solving recursion strings two-pointers
Last synced: 04 Mar 2025
https://github.com/emahtab/group-anagrams
Group the anagrams
anagrams leetcode problem-solving
Last synced: 15 Jun 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/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: 24 Feb 2025
https://github.com/harish-aka-shivi/daily-exercises
Workout for brain 🧠 💪 .
algorithms data-structures javascript leetcode
Last synced: 22 Jul 2025
https://github.com/utkarsh5026/smash-leetcode
Smash the LeetCode 👊 with your pretty fingers and with AI
client-server fastapi langchain leetcode leetcode-solutions llm python react redux shadcn-ui tailwind typescript vite
Last synced: 28 Mar 2025