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/lightningminers/simple

LeetCode(JavaScript)解题,两周一例;

javascript leetcode typescript

Last synced: 07 Jul 2025

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

Leetcode Solutions and Tests!

go leetcode

Last synced: 02 Mar 2025

https://github.com/unorsk/goog

Mostly Leetcode challenges

algorithm-challenges algorithms haskell leetcode

Last synced: 06 Apr 2025

https://github.com/chucheng92/leetcode

:kissing_closed_eyes:Java的LeetCode题解

java leetcode

Last synced: 27 Mar 2025

https://github.com/nolleh/leetcode

solving leetcode problems

alrogithm leetcode leetcode-python3

Last synced: 13 Mar 2025

https://github.com/himel-sarder/two-pointers-algorithm-with-himel

"Two-Pointers-with-Himel" repository offers implementations and explanations of the Two Pointer Technique, a powerful algorithmic approach for efficient problem-solving in arrays and linked lists. Explore Python code examples, detailed problem analyses, and contributions to enhance your understanding and mastery of this technique.

cpp leetcode leetcode-python leetcode-solutions python3 two-pointers

Last synced: 26 Mar 2025

https://github.com/muradmy00/javascript-leetcode-problem-solve

I solving JavaScript Problem in Leetcode

javascript leetcode problem-solving

Last synced: 16 Aug 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/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/jaebradley/leetcode.js

Leetcode solutions, written in JavaScript

javascript leetcode

Last synced: 04 Mar 2025

https://github.com/prashanthatp/leetcode-client

Node Application to Consume Leetcode Api

api client javascript leetcode leetcode-api nodejs

Last synced: 15 Aug 2025

https://github.com/dup4/leetcode

Leetcode Code Repo

code leetcode

Last synced: 29 Mar 2025

https://github.com/devcheckog/merge-k-sorted-lists

Complicated problem in leetcode, categorized as hard.

assembly c leetcode mlir

Last synced: 15 Aug 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/devcheckog/longest-valid-parentheses

Complicated problem in leetcode, categorized as hard.

c leetcode mlir

Last synced: 15 Aug 2025

https://github.com/devcheckog/regular-expression-matching

Complicated problem in leetcode, categorized as hard.

c leetcode

Last synced: 15 Aug 2025

https://github.com/devcheckog/median-two-sorted-arrays

Complicated problem in leetcode, categorized as hard.

c leetcode mlir

Last synced: 15 Aug 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/fireinrain/leetcode-runs

leetcode exercise that implemented by Java

java leetcode

Last synced: 19 Jul 2025

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

Find the max profit buying and selling stock with at most one transaction.

buy-and-sell leetcode problem-solving

Last synced: 23 Jul 2025

https://github.com/marcelotsvaz/google-foobar

Google Foobar challenge.

leetcode python

Last synced: 12 Mar 2025

https://github.com/shixinhuang99/leetcode-daily

leetcode playground and record

leetcode rust

Last synced: 13 Aug 2025

https://github.com/devcheckog/minimum-window-substring

Complicated problem in leetcode, categorized as hard.

assembler c leetcode

Last synced: 13 Aug 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/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/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/excel-sheet-column-number

Find the excel sheet column number

leetcode maths maths-problem problem-solving

Last synced: 28 Mar 2025

https://github.com/emahtab/best-meeting-point

Best Meeting Point

leetcode median

Last synced: 28 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/ravin-d-27/data_structures_questions

Here's my repository where I will be uploading placement coding questions with solutions here.

algorithms data-structures java leetcode

Last synced: 10 Aug 2025

https://github.com/the0cp/leetcode

C++/Shell/SQL source code of solved LeetCode problems.

algorithm cpp leetcode leetcode-cpp leetcode-solutions

Last synced: 11 Jul 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/anvouk/leetcode

C/C++ leetcode personal solutions

leetcode leetcode-c leetcode-cpp leetcode-solutions

Last synced: 24 Feb 2025

https://github.com/devcheckog/word-ladder-ii

Complicated problem in leetcode, categorized as hard.

c leetcode

Last synced: 15 Aug 2025

https://github.com/dov4k1n/yandex

Решения задач на алгоритмы и конспекты лекций школы мобильной разработки

android kotlin leetcode yandex

Last synced: 29 Mar 2025

https://github.com/omar-mega-byte/leet_me_code

🚀 Leet Me Code – A collection of my LeetCode solutions in Java. Grinding through Data Structures & Algorithms one problem at a time! 💻🔥

algorithms datastructures dsa java leetcode leetcode-java leetcode-solutions

Last synced: 28 Mar 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/dreamless07/leetcode-solutions

This Repository is only for solutions for LeetCode questions by using different approaches and techniques. Thought this will be helpful to others looking for simpler solutions and appproaches.

approach code engineering ideas interview-preparation java leetcode leetcode-solutions python3 solutions

Last synced: 16 Sep 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/kaoimin/leetcode

A LeetCode solution notebook by Eason Gao.

leetcode rust-lang

Last synced: 18 Feb 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/hellojukay/leetcode

这是一个LeetCode刷题项目

golang leetcode leetcode-golang

Last synced: 23 Jun 2025

https://github.com/halvaradop/leetcode

A collection of solutions to LeetCode problems, focusing on algorithms and data structures

algorithms approaches data-structures leetcode techniques typescript

Last synced: 09 Aug 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/0xgeorgii/leetcodesolutions

Leetcode problems solutions

competitive-programming leetcode

Last synced: 09 Sep 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. 🌟💻

c java leetcode vscode

Last synced: 04 Mar 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/khoi-truong/pyleetcode

Solution for LeetCode problems in Python

leetcode leetcode-python

Last synced: 09 Aug 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/emahtab/kth-largest-element-in-a-stream

kth Largest element in a stream

heap leetcode problem-solving

Last synced: 08 Aug 2025

https://github.com/th-blitz/leetcode-templates

My Collection of LeetCode templates like sorting algorithms, search algorithms & data-structures from scratch in C, C++, Rust, JavaScript & Python.

algorithms data-structures leetcode leetcode-cpp leetcode-python leetcode-rust rust

Last synced: 08 Aug 2025

https://github.com/muthu-kumar-u/go-dsa

Data Structures & Algorithms practice in Go. Covers arrays, binary search, trees, graphs, and more with clean implementations and explanations.

algorithms coding-practice data-structures dsa golang leetcode

Last synced: 07 Aug 2025

https://github.com/xenophir/leetcode

SOLUTION OF LEETCODE PROBLEMS IN PYTHON

leetcode python python3

Last synced: 22 Feb 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/noeyislearning/sql-coding-challenges

SQL Coding Challenges, this repository is a compilation of my journey on enhancing my SQL skills; coding challenges are from LeetCode, HackerRank, and other sources.

coding-challenge data-analytics data-science hackerrank leetcode mysql solutions

Last synced: 07 Jul 2025

https://github.com/viniciuscestarii/leetcode

🐱‍💻 Leetcodes that I have done

leetcode typescript

Last synced: 21 Mar 2025

https://github.com/wanghaoxi3000/leetcode

LeetCode 解题记录

leetcode leetcode-golang

Last synced: 19 Jul 2025