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/sameerjain/csc-courses-csi-

C++ Fundamentals , Intermediate Programming, Data Structures and Algorithms. These courses cover topics ranging from introductory programming to data structures.

adt leetcode lists pointers queue recursion run-time-analysis runtime sorting sorting-algorithms stacks trees

Last synced: 02 Apr 2025

https://github.com/ehcaning/my-algorithm-practice-solutions

These are my solutions to some of algorithm practice websites.

algorithm leetcode leetcode-solutions

Last synced: 17 Jun 2025

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

My GO solutions for daily Leetcode ✏️

go golang leetcode leetcode-questions leetcode-solutions

Last synced: 25 Aug 2025

https://github.com/eagleoflqj/leetcode

Bad code. Not for job obviously. For learning STL only.

leetcode leetcode-cpp

Last synced: 21 Mar 2025

https://github.com/abdoelabassi/leetcode

Solving Leetcode problems using different programming languages: C/C++, Fortran, Python, Rust, Java, Go, Zig, JS/TS

algorithms bigonotation clang datastructures fortran golang java leetcode rust typescript zig

Last synced: 30 Apr 2025

https://github.com/shafaq-aslam/leetcode-chronicles

This repository contains my solutions to various LeetCode problems, ranging from Easy to Hard. The goal is to improve problem-solving skills, practice Data Structures & Algorithms (DSA), and build a strong foundation for coding interviews.

algorithms coding-challenges competitive-programming cpp data-structures data-structures-and-algorithms dsa dynamic-programming leetcode problem-solving

Last synced: 07 Apr 2025

https://github.com/sumonta056/start-cp-again

Pratice session of intership preparation !

codeforces interview-questions leetcode mock notes

Last synced: 27 Aug 2025

https://github.com/hackerslash/dsarch

A search engine for Data Structure and Algorithm problems

data-structures dsa leetcode search-engine tfidf

Last synced: 16 May 2025

https://github.com/samridhisainii/leetcode-sql-50

Leetcode Sql 50 Codes

code leetcode sql

Last synced: 23 Mar 2025

https://github.com/0necontroller/leetcode

This is a repository containing solutions to leet code problems I have done.

leetcode

Last synced: 28 Aug 2025

https://github.com/codingwizard2001/number-theory

Number theory is a branch of mathematics that deals with the properties and relationships of numbers, particularly integers. It encompasses various topics, including prime numbers, divisibility, modular arithmetic, congruences, and Diophantine equations. Number theory has applications in cryptography, computer science.

cplusplus cpp cpp17 daily-coding-problem leetcode leetcode-cpp leetcode-solutions number-theory number-theory-leetcode-problem problem-solving

Last synced: 28 Aug 2025

https://github.com/roy7077/advance-algo-dsa

This repository contains advanced algorithmic concepts and practice problems aimed at improving problem-solving skills for competitive programming and technical interviews. Topics include Fenwick Tree, Trie, KMP, Monotonic Stack, Sliding Window, Bit Manipulation, and more. Perfect for those targeting 1800 ~ 2200 difficulty range problems.

advanced-data-structures dsa dsa-algorithm dsa-practice leetcode

Last synced: 29 Aug 2025

https://github.com/thesayfulla/leetcode

Collection of LeetCode questions to ace the coding interview!

algorithms algorithms-python leetcode leetcode-python leetcode-solutions problem-solving

Last synced: 21 Mar 2025

https://github.com/bfmhno3/my-algo-journey

Solutions to algorithm problems, serving as a personal reference and a way to track my learning and improvement in data structures and algorithms.

algorithm c cpp leetcode luogu oj python

Last synced: 29 Aug 2025

https://github.com/m-berggren/leetcode

Solutions to LeetCode problems by topic, difficulty and various languages.

c leetcode python

Last synced: 30 Aug 2025

https://github.com/abeatrix/dailycode

A collection of my daily coding practice, featuring problems from leetcode, hackerranks and other sources.

hackerrank-solutions javascript leetcode python python3

Last synced: 01 Jul 2025

https://github.com/triptigithub/leetcode-dsa

This repository contains my LeetCode DSA solutions, covering arrays, strings, linked lists, trees, graphs, dynamic programming, and more. It serves as a resource for problem-solving and algorithmic learning. 🚀

algorithms arrays binary binary-search datastructures dp graph java learning-by-doing leetcode leetcode-java leetcode-solutions problem-solving queue recursion sliding-window stack string tree

Last synced: 27 Mar 2025

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

Solutions to LeetCode problems in Java.

algorithms java leetcode

Last synced: 30 Aug 2025

https://github.com/houbb/leetcode-notes

leetcode-notes 力扣算法刷题笔记 数据结构与算法

algorithms data-structures leetcode

Last synced: 30 Aug 2025

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

🧩 Collection of leetcode problems.

leetcode problems

Last synced: 30 Aug 2025

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

A collection of my LeetCode solutions in Python and JavaScript, categorized by difficulty (Easy, Medium, Hard). Focused on clean code, efficient solutions, and improving problem-solving skills.

algorithms data-structures javascript leetcode problem-solving python

Last synced: 27 Mar 2025

https://github.com/whalecold/leetcode

solutions of leetcode in rust

golang leetcode rust tools

Last synced: 24 Mar 2025

https://github.com/zolotyh-dk/data-structures-and-algorithms

Решения задач по алгоритмам и структурам данных с LeetCode

algorithms-and-data-structures arrays-and-strings java leetcode sliding-window two-pointers

Last synced: 26 Feb 2025

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

Solutions to LeetCode problems written in Rust

leetcode leetcode-solutions rust

Last synced: 17 Mar 2025

https://github.com/weak-head/leetcode

:computer: :wine_glass: Solutions to LeetCode problems

leetcode leetcode-python leetcode-solutions python

Last synced: 20 Mar 2025

https://github.com/codingwizard2001/binary-search

Binary search is a fundamental algorithm used to efficiently locate a target value within a sorted collection of elements. It follows a divide-and-conquer strategy, continuously narrowing down the search space until the target is found or determined to be absent.

algorithms binary-search binary-search-cpp binary-search-problem binary-search-solutions coding cpp cpp17 leetcode leetcode-cpp leetcode-practice leetcode-solutions problem-solving

Last synced: 27 Mar 2025

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

All leetcode solutions that I did from MySQL, PostgreSQL, Python, to Java!! :))

java leetcode mysql postgresql python

Last synced: 23 Jul 2025

https://github.com/borisplaton/python_exercise

Решение разных задач нa Pyhon

leetcode python

Last synced: 20 Mar 2025

https://github.com/codingwizard2001/bit-manipulation-leetcode-problem

Bit manipulation is the process of applying logical operations on a sequence of bits to achieve a required result. It is an act of algorithmically manipulating bits or other pieces of data shorter than a word.

bit-manipulation bit-manipulation-questions cplusplus cplusplus-17 cpp daily-coding-problem leetcode leetcode-cpp leetcode-cpp-solutions leetcode-solutions practice problem-solving

Last synced: 27 Mar 2025

https://github.com/victor-fiamoncini/leetcode_stuff

Some leetcode problems solved with different approaches

algorithms datastructures leetcode

Last synced: 30 Mar 2025

https://github.com/codingwizard2001/leetcode

LeetCode features a variety of math-related problems to test and improve algorithmic and mathematical problem-solving skills

cpp cpp17 daily-coding-problem dailyprogrammer leetcode leetcode-cpp leetcode-cpp-solutions leetcode-potd leetcode-practice leetcode-problem-solution leetcode-questions leetcode-solutions potd potd-solution practice

Last synced: 27 Mar 2025

https://github.com/sonnguyen9800/leetcode-fighter-go

A repository of my solution for leetcode in go-lang

algorithm-challenges datastructures-algorithms golang leetcode

Last synced: 12 Mar 2025

https://github.com/patricktcoakley/leetcode.dart

Leetcode solutions in Dart.

dart leetcode leetcode-dart

Last synced: 07 Apr 2025

https://github.com/rvk007/competitive-programming

Practice Competitive Programming in Python3

competettive-programming leetcode leetcode-solutions python

Last synced: 26 Feb 2025

https://github.com/batsdk/leetcode-answers

Solutions to LeetCode problems written in Java and Cpp

cpp java leetcode

Last synced: 04 Oct 2025

https://github.com/progambler227788/leetsync-python

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

array backtracking-algorithm bfs-algorithm dfs-algorithm dynamic-programming graph heap leetcode leetcode-python leetcode-solutions matrix queue recursive-algorithm sorting-algorithms stack string topological-sort two-pointers

Last synced: 16 May 2025

https://github.com/marc-mosca/leetcode

My answer to Leetcode problems.

leetcode software-engineering swift

Last synced: 20 Mar 2025

https://github.com/xihajun/typecode

Speed up your typing (modified version) using leetcode solution [Caution: Chinese friendly]

leetcode type

Last synced: 20 Mar 2025

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

My solutions to some leetcode.com coding problems, mostly Python/Go

algorithm algorithms golang leetcode leetcode-solutions python

Last synced: 18 Feb 2025

https://github.com/albugowy15/odop

ODOP (One Day One Problem) Leetcode solutions written in Rust

leetcode rust

Last synced: 08 Aug 2025

https://github.com/wasi0013/leet_code

leetcode :snake: Python 3 solutions

leetcode leetcode-python3-solutions leetcode-solutions python

Last synced: 26 Feb 2025

https://github.com/postor/leetcode-mvp-services

leetcode的最小可用实现 | mvp realization of leetcode

leetcode realization

Last synced: 20 Mar 2025

https://github.com/mprograms-mg/javascript-practices

About This repository contains Javascript Code snippet of JS Topic and LeetCode Solutions. helping developer to learn and practice JavaScript concepts and features in a hands-on way.

anuglar beginners coding-challenge javascript javascript-library leetcode leetcode-javascript practice-programming react typescript

Last synced: 25 Feb 2025

https://github.com/fritx/mixed-playground

Test-driven doing LeetCode in Go, Python, Rust, Java and even Solidity!

leetcode solidity testing

Last synced: 05 Mar 2025

https://github.com/ch-garcia/leetcode-sql

This repository contains all of my SQL solutions for problems solved on LeetCode using PostgreSQL.

leetcode leetcode-practice leetcode-questions leetcode-solutions postgres postgresql sql

Last synced: 09 Mar 2025

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

Solutions of LeetCode problems I've solved in Go

go golang leetcode leetcode-solutions problem-solving

Last synced: 09 Sep 2025

https://github.com/nickufer/return-leetcode-problem-dislikes

A Tampermonkey / Violentmonkey userscript that restores the dislike button count on Leetcode for the dynamic layout

leetcode tampermonkey tampermonkey-script tampermonkey-userscript violentmonkey violentmonkey-script violentmonkey-userscript

Last synced: 09 Sep 2025

https://github.com/ch-garcia/leetcode_python

This repository contains all of my Python solutions for problems solved on LeetCode.

leetcode leetcode-pandas leetcode-problems leetcode-python leetcode-solutions pandas python

Last synced: 31 Jul 2025

https://github.com/bytesbybianca/leetcode

Working my way through Leetcode to practice DSA while prepping for technical interviews.

javascript leetcode

Last synced: 16 Oct 2025

https://github.com/gavinbirkhoff/leetcode

LeetCode刷题记录自己实现的多种方法以及整理官方解题方法✏️📒👣 尽可能不使用js现代方法,风格比较偏向c++,目的更接近算法本身,可能我觉得c++才更贴近数据结构和算法。

algorithms leetcode leetcode-javascript leetcode-javascript-solutions

Last synced: 20 Mar 2025

https://github.com/andreyrcdias/leetcode

LeetCode resolutions

leetcode

Last synced: 29 Jun 2025

https://github.com/thesr007/neetcode

NeetCode Solution by TheSR

leetcode neetcode neetcode-150-python neetcode150

Last synced: 30 Mar 2025

https://github.com/tanzeem131/dsa-in-javascript

Most important coding questions in JavaScript for MAANG companies.

coding-interviews dsa dsa-algorithm faang faang-interview javascript leetcode maang mern

Last synced: 27 Mar 2025

https://github.com/brunoviola/leetcode

Resolução de exercícios propostos na plataforma LeetCode.

leetcode leetcode-sql mysql postgresql sql

Last synced: 20 Mar 2025

https://github.com/chandrikabijore/dsa-bootcamp-java

This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp.

algorithms competitive-programming data-structures interview-preparation java leetcode leetcode-java leetcode-solutions math

Last synced: 27 Mar 2025

https://github.com/billy0402/leetcode

LeetCode problems solution collection, mainly using Python.

leetcode python

Last synced: 03 Mar 2025

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

My LeetCode Solutions. Use leetcode-dump to automatically sync and build.

leetcode

Last synced: 18 Mar 2025

https://github.com/felixoder/leetcode_journey

Here I share my leetcode progress journey

cp dsa hactober leetcode logic practise programming

Last synced: 20 Feb 2025

https://github.com/ahmed-safa/neet_leet

solves according to neet roadmaps

algorithms cpp data-structures leetcode problem-solving

Last synced: 03 Jul 2025

https://github.com/shakeelmajeed-work/side-projects

A place for all my snippets of coding. This could be solutions to Leetcode problems, CodeChef problems or code that helps make my life easier

codechef-solutions dsa leetcode lichess-api python3 scripts

Last synced: 23 Mar 2025

https://github.com/belanasaikiran/leetcode75

My Implemenations for LeetCode 75

cplusplus leetcode

Last synced: 31 Aug 2025

https://github.com/specialtactics/leetcode-2020-30day

Leetcode 2020 April 30 day challenge

leecode-solutions leetcode

Last synced: 11 Sep 2025

https://github.com/pwang1997/study-notes

Study notes, LeetCode solutions, project ideas

algorithms blog leetcode

Last synced: 26 Feb 2025

https://github.com/palaszontko/leetcode

My Leetcode solutions

go leetcode leetcode-go leetcode-golang

Last synced: 03 Apr 2025

https://github.com/fanziyang-v/leetcode

Python implementation for leetcode problems

leetcode python

Last synced: 27 Mar 2025

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

My personal LeetCode problems solutions, written in TypeScript with Jest testing

jest leetcode leetcode-solutions node nodejs problem-solving testing ts typescript

Last synced: 26 Mar 2025

https://github.com/ssanthosh010303/d14c1

Day-14 Challenge-1: LeetCode Problems

csharp dotnet leetcode

Last synced: 21 Feb 2025

https://github.com/jpleboeuf/leetcode_solutions

My solutions to problems available on LeetCode.

leetcode leetcode-solutions

Last synced: 13 Mar 2025

https://github.com/thomasjvu/leetcode

❓ Answers and explanations for my daily LeetCode practice problems

javascript leetcode sql

Last synced: 07 Apr 2025

https://github.com/hbina/leetcode_cpp

My C++ solution to some Leetcode's questions.

cpp leetcode

Last synced: 21 Mar 2025

https://github.com/evanwporter/leetcode

Solved Leetcode Problems

leetcode

Last synced: 14 Mar 2025

https://github.com/arcbjorn/leetcode

Leetcode solutions

cpp golang leetcode typescript

Last synced: 11 Sep 2025

https://github.com/tomfanhm/leetcode

This website is designed for sharing my solutions and discuss coding problems. Whether you're preparing for a technical interview or just enjoy solving coding challenges, this website is the perfect place for you!

astro blog daisyui leetcode tailwindcss typescript

Last synced: 09 Apr 2025

https://github.com/anson09/ac

AC means power or accepted, practicing your js and programing skill from here 🧤

algorithm js leetcode programming

Last synced: 15 Mar 2025

https://github.com/scarletczen/dsa

LeetCode DSA Solutions

dsa leetcode solutions typescript

Last synced: 13 Mar 2025

https://github.com/afinemax/leetcode_practice

This repository contains my solutions to various LeetCode problems.

improvement leetcode python

Last synced: 21 Jun 2025

https://github.com/cyberoctane29/leetcode-sql-solutions

This repository features my SQL solutions to LeetCode problems, categorized by difficulty: Easy, Medium, and Hard. Each file may contain multiple solutions to a single problem, showcasing different approaches or optimizations. All solutions are well-commented for clarity, making this a valuable resource for learning and mastering SQL techniques.

leetcode leetcode-solutions leetcode-sql leetcodesql problem-solving

Last synced: 13 Mar 2025

https://github.com/liushuangls/leetcode

LeetCode Solutions with JS

algorithm javascript leetcode python3

Last synced: 16 Jul 2025