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/kavimaluskam/leetcode-collection

History of my leetcode challenges/documentations

blog gatsbyjs leetcode leetcode-python leetcode-solutions

Last synced: 07 Apr 2025

https://github.com/pratyushpanda91/js-30-leetcode-solution

My 30-Day LeetCode JavaScript Journey! 💻✨

javascript js leetcode

Last synced: 15 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/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/fx-max/leetcode

记录个人 LeetCode 解题过程。

database leetcode leetcode-php mysql php sql

Last synced: 08 Nov 2025

https://github.com/emahtab/convert-sorted-array-to-binary-search-tree

Convert Sorted Array to Height Balanced Binary Search Tree

binary-search-tree leetcode problem-solving

Last synced: 28 Mar 2025

https://github.com/emahtab/battleships-in-a-board

Count the total Battleships in a board

dfs graph leetcode problem-solving

Last synced: 28 Mar 2025

https://github.com/emahtab/best-time-to-buy-and-sell-stock-ii

Find the max profit buying and selling stock with unlimited number of transactions.

buy-and-sell leetcode problem-solving

Last synced: 28 Mar 2025

https://github.com/emahtab/add-two-numbers

Add two linked lists nodes

leetcode linked-list problem-solving

Last synced: 12 Jul 2025

https://github.com/k-capehart/leetcode-solutions

Leetcode problem solutions (https://leetcode.com/problemset/all/)

leetcode leetcode-go leetcode-python leetcode-solutions

Last synced: 30 Aug 2025

https://github.com/emahtab/copy-list-with-random-pointer

Copy a Linked List with Random Pointer

clone leetcode linked-list problem-solving

Last synced: 28 Mar 2025

https://github.com/emahtab/cousins-in-binary-tree

Check whether given two nodes are cousins in a binary tree

binary-tree dfs leetcode problem-solving

Last synced: 28 Mar 2025

https://github.com/emahtab/check-completeness-of-a-binary-tree

Checking whether a binary tree is Complete binary tree or not

bfs complete-binary-tree leetcode problem

Last synced: 28 Mar 2025

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

Number of ways to decode

dynamic-programming leetcode problem-solving

Last synced: 28 Mar 2025

https://github.com/emahtab/count-complete-tree-nodes

Count total nodes in a Complete Binary Tree

complete-binary-tree leetcode problem-solving

Last synced: 28 Mar 2025

https://github.com/emahtab/closest-leaf-in-a-binary-tree

Closest Leaf node from a given node in a binary tree

breadth-first-search closest-leaf graph leetcode

Last synced: 28 Mar 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/stynw7/code_challenge_resources

Collection of Code Challenge that will improve your logic and programming syntax 🔥🔥

coddytech codeforces competitive-programming cpp javascript leetcode problem-solving

Last synced: 27 Feb 2025

https://github.com/fenil3357/leetcode

Collection of LeetCode questions solved by me! - Created using LeetHub.

leetcode leetcode-solutions

Last synced: 20 Mar 2025

https://github.com/kerthcet/leetcode-rs

LeetCode written in Rust 🦀️.

leetcode rust

Last synced: 18 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/michaelfromyeg/puzzles

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

coding leetcode problems vscode-puzzles

Last synced: 02 Apr 2025

https://github.com/lewiszlw/leetcode

LeetCode problems' solutions implemented by java, c

algorithms leetcode

Last synced: 08 Nov 2025

https://github.com/sh20raj/leetcards

Leetcode Readme Stats Cards

leetcode

Last synced: 04 Apr 2025

https://github.com/louis3797/leetcode

Leetcode Solutions in Java

java leetcode leetcode-solutions

Last synced: 13 Apr 2025

https://github.com/astraw99/leetcode

leetcode for gopher

go golang leetcode

Last synced: 13 Mar 2025

https://github.com/mehrshaad/leetcode

LeetCode Solutions Repository

leetcode python

Last synced: 01 Aug 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/unorsk/goog

Mostly Leetcode challenges

algorithm-challenges algorithms haskell leetcode

Last synced: 06 Apr 2025

https://github.com/emahtab/longest-substring-with-at-most-k-distinct-characters

Longest Substring with At Most K Distinct Characters

leetcode sliding-window substring

Last synced: 24 Jul 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/vansh-codes/leetcode-tracker

Personalize leetcode tracker to track my leetcode progress effectively

github-api leetcode leetcode-progress leetcode-tracker nextjs problem-solving progress-monitoring

Last synced: 20 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/adithya-808/my-dsa-repo

This repo contains all the DSA questions i submit in leetcode. Written in Go

dsa go leetcode

Last synced: 04 Oct 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/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/theiskaa/algoc

A list of problems and their solutions

advent-of-code leetcode

Last synced: 20 Mar 2025

https://github.com/syohex/leetcode

leetcode problems

cpp leetcode

Last synced: 22 Feb 2025

https://github.com/dup4/leetcode

Leetcode Code Repo

code leetcode

Last synced: 29 Mar 2025

https://github.com/forloopcodes/javascript-leetcode-solutions

This repository contains my solutions to LeetCode problems in JavaScript. Each solution is contained in its own file and is named according to the problem title.

javascript leetcode leetcode-java leetcode-javascript

Last synced: 03 Mar 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/alyqamar/leetcode

"LeetCode" by alyQamar, contains solutions to various problems from Leet Code, a popular platform for practicing and improving coding skills. The solutions are implemented in cpp , JS and are accompanied by detailed explanations and comments. The repository also includes a variety of problem types, such as data structures, algorith

algorithms competitive competitive-programming competitive-programming-contests contest contest-solution contests cpp data-structures java javascript js leetcode leetcode-cpp leetcode-cpp-solutions leetcode-js leetcode-solutions problem-solving problems

Last synced: 06 Mar 2025

https://github.com/kamigami55/leetcode

My LeetCode Challenge

leetcode

Last synced: 18 Jun 2025

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

💡 Leetcode 题解(JavaScript实现)

javascript leetcode leetcode-solutions

Last synced: 17 Aug 2025

https://github.com/chucheng92/leetcode

:kissing_closed_eyes:Java的LeetCode题解

java leetcode

Last synced: 27 Mar 2025

https://github.com/jsjzh/interview-leetcode-map

搜集有价值的面试题并附上我的解答,面试题分为基础通识部分和需要借助代码完成的部分还有 CSS 样式部分;除此之外还有 leetcode 的算法题,题目皆为我的解答,若有更优解也会附上。

algorithm css3 html interview javasript leetcode leetcode-javascript question webpack webpack4

Last synced: 17 Jun 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/water8394/algorithmimpl

Prepare for Jobs!

leetcode

Last synced: 04 Nov 2025

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/yurisldk/leetcode

Collection of LeetCode questions to ace the coding interview!

leetcode leetcode-solutions leetcode-typescript

Last synced: 26 Feb 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/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/blesson-tomy/leetcode

This repository contains the programs that I attempted on Leetcode.

competitive-programming leetcode programming

Last synced: 24 Jul 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/emahtab/shortest-bridge

Find minimum number of flips required to make connect two disconnected islands

bfs dfs leetcode

Last synced: 28 Mar 2025

https://github.com/edrisym/leet_code

LeetCode Solutions - A collection of solutions for various LeetCode problems, showcasing problem-solving techniques and efficient code implementations. This repository serves as a resource for practicing algorithms and data structures.

csharp go golang leetcode leetcode-csharp leetcode-solutions

Last synced: 05 Apr 2025

https://github.com/dostonbek1/interview-problem-solutions

Solutions for CS Interview Problems from different sources

hackerrank leetcode programming-problems-solutions

Last synced: 14 Mar 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/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