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/kzamanbd/leetcode-problem

Welcome to our Problem-Solving Repository! This repository is a curated collection of solutions and resources aimed at addressing a variety of challenges encountered in software industry. Whether you're a developer, a project manager, or an enthusiast in software development field...

cpp leetcode leetcode-solutions problemsolving

Last synced: 27 Feb 2025

https://github.com/iamursky/leetcode

My LeetCode problem solutions

leetcode

Last synced: 06 Jul 2025

https://github.com/kunalparkhade/logic-for-prog

This repository contains various coding exercises and solutions to help improve problem-solving skills for beginners in programming. The solutions are focused on logical thinking and solving problems using different algorithms and data structures.

coding coding-challenge competitive-programming leetcode logic-programming

Last synced: 02 Apr 2025

https://github.com/nkcoder/leetcode-python

My LeetCode data structure and algorithm practice in Python.

algorithms data-structures leetcode python3

Last synced: 01 Mar 2025

https://github.com/mr-possible/leetcode-practice

A developer has his vices ๐Ÿ˜ช

leetcode

Last synced: 10 Apr 2025

https://github.com/sahilm8/dsa_solutions

Solutions for data structures and algorithms from LeetCode and HackerRank.

hackerrank java leetcode

Last synced: 01 Apr 2025

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

Repository to save my solutions in Leetcode

leetcode leetcode-solutions

Last synced: 22 Feb 2025

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/hanaasagi/pyleetcode

My LeetCode solution using Python

leetcode leetcode-python leetcode-solutions

Last synced: 01 Mar 2025

https://github.com/vivaxy/algorithms

โœ๏ธ Algorithms

algorithms javascript leetcode python

Last synced: 01 Mar 2025

https://github.com/ganeshkadam65/leetcodesolutionscpp

LeetCode has emerged as one of the most popular platforms for honing programming skills and preparing for technical interviews. As a coding enthusiast or a job seeker in the tech industry, having a solid understanding of data structures and algorithms is crucial

algorithms c code coding competitive-programming cpp data-structures leetcode leetcode-cpp leetcode-solutions programming python software-development software-engineering

Last synced: 28 Aug 2025

https://github.com/elotojaa/leetcode

My solution to leetcode problems

competitive-programming cpp leetcode

Last synced: 21 Feb 2025

https://github.com/cycno/myleetcode

I will upload every question which I will solve in leetcode

leetcode leetcode-python

Last synced: 11 Mar 2025

https://github.com/mahtosujeet/potd-acclub

POTD provided by Application Club, MNNIT.

codeforces cpp leetcode potd

Last synced: 21 Feb 2025

https://github.com/williamyyu/leetcode

LeetCode practice in Kotlin

algorithm kotlin leetcode

Last synced: 04 Apr 2025

https://github.com/ruan-narici/leetcodequestions

This repository was created to store my answers to Leet Code questions

eclipse java leetcode

Last synced: 23 Feb 2025

https://github.com/daniguardiola/leetcode

๐Ÿ’ป My solutions to Leetcode problems in various languages

csharp golang javascript leetcode leetcode-solutions python rust

Last synced: 12 Mar 2025

https://github.com/animesh-algorithm/dsa-prep

Leetcode โ€ข Hackerrank โ€ข Problem Solving โ€ข DSA

algorithms data-structures dsa hackerrank leetcode

Last synced: 07 Feb 2025

https://github.com/sainipankaj15/leetcode-solution-by-blacky_bomb_15

This repository contains my LeetCode solutions that have been successfully submitted, as well as my logic with an explanation and another best solution.

algorithm cpp leetcode leetcode-solutions

Last synced: 12 Mar 2025

https://github.com/anas727189/anas_portfolio

My very own portfolio website

github-api leetcode nextjs typescript

Last synced: 12 Mar 2025

https://github.com/tonydoen/followleetcodeorpoj

ๅทๆ‡’ๆމ็š„้ƒฝ่ฆ่กฅๅ›žๆฅ

gof gof-patterns leetcode leetcode-java mian-shi offer

Last synced: 01 Mar 2025

https://github.com/priyanshudutta04/java-dsa

This repository contains all the codes that I practice for dsa

dsa java leetcode

Last synced: 17 Mar 2025

https://github.com/emilwijayasekara/leetcode-1678-goal-parser-interpretation

LeetCode Problem 1678. Goal Parser Interpretation - interpreting a given string command using a Goal Parser. The interpreter replaces specific substrings according to defined rules, and the goal is to return the final concatenated result after the interpretation.

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: 01 Mar 2025

https://github.com/emilwijayasekara/leetcode-2942-find-words-containing-character

LeetCode Problem 2942. Find Words Containing Character - The problem involves finding and returning the indices of words in a given array that contain a specific character 'x'. The task is to iterate through each word and identify those that include the specified character.

java leetcode leetcode-java leetcode-solutions

Last synced: 01 Mar 2025

https://github.com/emilwijayasekara/leetcode-1784-check-if-binary-string-has-at-most-one-segment-of-ones

LeetCode Problem 1784. Check if Binary String Has at Most One Segment of Ones - check if a binary string has at most one contiguous segment of ones. The function returns true if the ones form a single unbroken sequence; otherwise, it returns false.

java leetcode leetcode-java leetcode-solutions

Last synced: 01 Mar 2025

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-1108-defanging-an-ip-address

LeetCode Problem 1108. Defanging an IP Address - The task is to create a defanged version of a given IPv4 address by replacing each period "." with "[.]". The goal is to modify the address format while preserving its validity.

java leetcode leetcode-java leetcode-solutions

Last synced: 01 Mar 2025

https://github.com/saysky/leetcode

Practice makes perfect.

leetcode leetcode-java

Last synced: 01 Mar 2025

https://github.com/kaierikniermann/tech-interview-prep

This is a collection of some materials for technical interviews

algorithms dsa interview-prep leetcode

Last synced: 02 Mar 2025

https://github.com/shahadathhs/leetcode-javascript

JavaScript-only LeetCode questions with solutions, explanations, and concept-based tagging.

algorithms data-structures javascript leetcode leetcode-javascript leetcode-solutions leetcode-typescript typescript

Last synced: 05 Oct 2025

https://github.com/emilwijayasekara/leetcode-1-twosum

LeetCode Problem 1.Two Sum - This repository contains my solution to the classic "Two Sum" problem from LeetCode. The problem entails finding two numbers in an array that sum up to a given target.

java leetcode leetcode-java leetcode-solutions

Last synced: 05 Oct 2025

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/throttle2k/leetcode_elixir

My solutions to LeetCode problems in Elixir

elixir elixir-lang leetcode leetcode-elixir

Last synced: 06 Oct 2025

https://github.com/misa-j/leetcode

my solutions to leetcode problems

algorithm algorithms data-structures leetcode

Last synced: 06 Oct 2025

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/saifiimuhammad/data-structures-algorithms

This repository contains implementations of common algorithms and Leetcode problems in C++.

algorithms cpp data-structures leetcode

Last synced: 06 Oct 2025

https://github.com/manasmalla/learning-kotlin

a series of programs in the Kotlin programming language to help learn the concepts of data structures and understand complex algorithms to solve real-time problems, following the A-Z striver sheet, provided by TakeYouForwardโ„ข๏ธ.

algorithms data-structures dsa kotlin leetcode

Last synced: 06 Oct 2025

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/elemeants/leetcode-problems

Just a repo to store my leet code problems.

algorithms cpp leetcode leetcode-cpp

Last synced: 14 Oct 2025

https://github.com/eacontang/algorithm-in-python

algorithm-in-python

algorithm leetcode python

Last synced: 07 Oct 2025

https://github.com/rhazra-003/leetcode_practice

Collection of LeetCode and GFG questions I solved for my placement preparation!

cpp cpp14 gfg gfg-solutions leetcode leetcode-cpp leetcode-python leetcode-solutions python3 sql stl

Last synced: 07 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/cvdg/gfht

LeetCode solutions in Rust

leetcode rust

Last synced: 07 Oct 2025

https://github.com/0x-jerry/leet-code

leetcode ๅˆท้ข˜ๆœฌ

leetcode

Last synced: 08 Oct 2025

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/uday160386/practice-algorithms

solving problems from leet code and hackerrank

datastructures-algorithms hackerank java leetcode python

Last synced: 08 Oct 2025

https://github.com/bishal7448/leetcode_30_day_javascript_challenge

30-Day JavaScript Challenge ๐ŸŽฏ Strengthen your JavaScript skills with daily LeetCode challenges! Cover topics like basics, ES6+, algorithms, and async programming. Each folder includes a problem, solution, and explanation. Clone, explore, and contribute. Start your journey to mastering JavaScript! ๐Ÿš€

30daychallenge javascript js30days leetcode leetcode-javascript

Last synced: 08 Oct 2025

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

leetcode-js

javascript leetcode

Last synced: 08 Oct 2025

https://github.com/masaok/knapsack-web

Knapsack Solver Visualization

leetcode react

Last synced: 08 Oct 2025

https://github.com/a9na/daily-leetcode-ts

Daily TypeScript LeetCode challenges

leetcode typescript

Last synced: 09 Oct 2025

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

My solutions to LeetCode problems.

cpp csharp java leetcode mysql

Last synced: 09 Oct 2025

https://github.com/sharadbhat/competitive-coding

Solutions to problems on Hackerrank, Hackerearth, etc.

competitive-programming hackerrank leetcode python3

Last synced: 09 Oct 2025

https://github.com/mohdfaizu/leetcode-problems

This repo provides solutions for leetcode problems in python

leetcode python

Last synced: 09 Oct 2025

https://github.com/kabeech/xtreme-xmas-code

An xtreme mod for your favorite advent calendar

advent-of-code holidays leetcode

Last synced: 09 Oct 2025

https://github.com/a9na/daily-leetcode-js

๐ŸŒŸ Daily JavaScript LeetCode challenges ๐Ÿš€๐Ÿ’ป

algorithms-and-data-structures javascript leetcode

Last synced: 09 Oct 2025

https://github.com/quien697/algorithm-swift

Itโ€™s an algorithm practice project created using the Xcode Command Line Tool on macOS

algorithm leetcode swift

Last synced: 10 Oct 2025

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

This repository contains my solutions for the SQL 50 LEARNING PLAN FROM LEETCODE

leetcode leetcode-sql sql

Last synced: 10 Oct 2025

https://github.com/nksmanya/practice-problems

Few practice problems with solutions

dsa leetcode problem-solving python solutions

Last synced: 10 Oct 2025

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

LeetCode Tracker - https://github.com/JeffreyGbeho/leetcode-tracker

leetcode leetcode-solutions porobertdev

Last synced: 10 Oct 2025

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

Solutions to Leetcode problems; updated daily

algorithms-and-data-structures leetcode leetcode-solutions python3

Last synced: 10 Oct 2025

https://github.com/ybfacc/lc-tool

jsใ€ts็š„ๅธธ็”จๆ•ฐๆฎ็ป“ๆž„ใ€‚ๆ–นไพฟๅ†™leetcode่ฐƒ็”จ

javascript leetcode typescript

Last synced: 11 Oct 2025

https://github.com/leetking/leetcode

My tour in LeetCode

leetcode

Last synced: 11 Oct 2025

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

https://github.com/whisperpine/leetcode-py

LeetCode problem solutions in Rust.

algorithms data-structures dsa leetcode neetcode python

Last synced: 11 Oct 2025

https://github.com/rootulp/leetcode

๐Ÿ“ LeetCode solutions

leetcode leetcode-solutions

Last synced: 11 Oct 2025

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

https://github.com/tomalexsmith/sql-challenges

Repository to act as a library for all my SQL practice going forward

hackerrank leetcode ms-sql-server mysql preppindata snowflake sql

Last synced: 12 Oct 2025

https://github.com/mohfazam/dsa

A repo covering all topics of DSA, where algorithms meet precision, and code is crafted to master the complexities of competitive programming.

algorithms codechef codeforces competative-programming cpp data-structures dsa geeksforgeeks leetcode

Last synced: 12 Oct 2025

https://github.com/didogrigorov/leetcode-may-daily-challenges-2023

Python solutions to LeetCode's May 2023 Daily Challenges, organized by date. Ideal for practicing coding, mastering Python, and preparing for interviews.

algorithm-challenges algorithms algorithms-and-data-structures coding coding-challenge coding-challenges coding-interviews data-structures interview leetcode leetcode-python leetcode-solutions programming python python3

Last synced: 12 Oct 2025

https://github.com/toquery/leetcode-cn

leetcode ๅœจ็บฟๅˆท้ข˜Java็‰ˆ

java leetcode

Last synced: 12 Oct 2025