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/emahtab/largest-rectangle-in-a-histogram

Largest rectangle in a histogram

leetcode problems-solving

Last synced: 29 Jan 2026

https://github.com/emahtab/first-unique-character-in-a-string

Find the first unique character in a string

hashmap leetcode problem-solving

Last synced: 06 Feb 2026

https://github.com/niteeshl/leetrack

LeeTrack is a Chrome extension designed to help me track my daily DSA (Data Structures and Algorithms) progress. Log the number of questions solved each day and visualize your progress over the month and total questions done till date with a sleek and interactive calendar.

calendar chrome-extension css dsa html javascript leetcode

Last synced: 25 Feb 2026

https://github.com/emahtab/kth-largest-element-in-a-stream

kth Largest element in a stream

heap leetcode problem-solving

Last synced: 07 Feb 2026

https://github.com/emahtab/middle-of-the-linked-list

Find the middle node of the Linked List

leetcode linked-list problem-solving

Last synced: 01 Feb 2026

https://github.com/tomasajt/prog-solutions

My solutions for programming sites/contests/competitions

apl atcoder codeforces cpp cses leetcode onlinejudge rosalind spoj

Last synced: 17 Mar 2026

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: 02 Feb 2026

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

This repository contains solution of LeetCode Problems

java java-8 leetcode leetcode-python leetcode-solutions mysql python python3 sql

Last synced: 15 Apr 2026

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: 08 Feb 2026

https://github.com/forketyfork/coding-problems

Solutions to various coding problems from LeetCode, HackerRank, Daily Coding Problem etc. Each problem is accompanied by unit tests.

algorithms coding-problems data-structures hackerrank java leetcode

Last synced: 26 Feb 2026

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: 15 Apr 2026

https://github.com/jinghzhu/crackalgorithm

Solutions to popular algorithm challenges

algorithm golang java leetcode lintcode python

Last synced: 10 Feb 2026

https://github.com/emahtab/intersection-of-two-arrays-ii

Find the elements which intersect

hashmap leetcode problem-solving

Last synced: 10 Feb 2026

https://github.com/emahtab/queue-reconstruction-by-height

Place persons at their correct location in a queue

leetcode problem-solving sorting

Last synced: 11 Feb 2026

https://github.com/eason-dev/leetcode

My LeetCode Challenge

leetcode

Last synced: 11 Feb 2026

https://github.com/theodesp/leetcode-primer

Detailed and Well formed solutions for Leetcode problems

leetcode leetcode-java leetcode-javascript leetcode-python leetcode-solutions

Last synced: 19 Mar 2026

https://github.com/emahtab/binary-tree-zigzag-level-order-traversal

Binary Tree Zigzag (Spiral) Order Traversal

bfs binary-tree leetcode problem-solving

Last synced: 12 Feb 2026

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: 19 Mar 2026

https://github.com/gnodivad/leetcode

✅ Solutions to LeetCode by Java

leetcode leetcode-java leetcode-solutions leetcode-sql

Last synced: 19 Mar 2026

https://github.com/shixiongfei/leetcode

My LeetCode solutions.

leetcode leetcode-solutions

Last synced: 19 Mar 2026

https://github.com/yutounun/leetcodewithjs

Solutions to easy problems on leetcode with JS

interview interview-preparation interview-questions leetcode

Last synced: 19 Mar 2026

https://github.com/brainstone/leetcode

This little project is a template for running LeetCode problems locally in your CLion installation.

cmake cpp cpp20 leetcode leetcode-cpp template

Last synced: 01 Mar 2026

https://github.com/emahtab/min-cost-to-connect-all-points

Find the min cost for the Minimum Spanning Tree (MST)

leetcode minimum-spanning-tree prims-algorithm

Last synced: 19 Mar 2026

https://github.com/emahtab/alien-dictionary

Find the order of alphabets in an alien dictionary

graph leetcode problem-solving topological-sort

Last synced: 19 Mar 2026

https://github.com/emahtab/sliding-window-maximum

Find Max within a fixed size window

leetcode monotonic-queue sliding-window

Last synced: 19 Mar 2026

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: 19 Mar 2026

https://github.com/emahtab/daily-temperatures

Find the days after which there will be a warmer day

leetcode problem-solving stack

Last synced: 19 Mar 2026

https://github.com/emahtab/word-search

Word Search in a 2D Grid

dfs leetcode problem-solving word-search

Last synced: 19 Mar 2026

https://github.com/emahtab/longest-substring-without-repeating-characters

Longest Substring Without Repeating Characters

hashset leetcode sliding-window

Last synced: 19 Mar 2026

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: 19 Mar 2026

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: 16 Apr 2026

https://github.com/amorist/leetcode

golang leetcode

leetcode

Last synced: 02 Mar 2026

https://github.com/ladunjexa/the-leetcode

📑 LeetCode problems' Algorithms and Solutions implemented in common PL with explanations and links to further readings.

algorithms computer-science concurrency database interview-preparation javascript leetcode leetcode-solutions shell

Last synced: 03 Mar 2026

https://github.com/sherwinshen/leetcode

📖 算法学习之 LeetCode(主要基于 TS/JS 语言)

algorithm javascript leetcode typescript

Last synced: 17 Apr 2026

https://github.com/fx-max/leetcode

记录个人 LeetCode 解题过程。

database leetcode leetcode-php mysql php sql

Last synced: 18 Apr 2026

https://github.com/utkarshmishra12/leetcode_solutions

LeetCode Solutions - Repository For Codes Of Various Data Structures And Algorithms and Competitive Programming Problems

algorithms coding-solutions cpp data-structures interview interview-preparation leetcode leetcode-cpp leetcode-cpp-solutions leetcode-solutions

Last synced: 05 Apr 2026

https://github.com/ryandvl/leetcode

✅ All the problems that I solved in LeetCode.

computer-science cpp java javascript leetcode python

Last synced: 20 Apr 2026

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: 20 Apr 2026

https://github.com/hkaur008/leetcode-questions

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

interview interview-questions leetcode

Last synced: 20 Apr 2026

https://github.com/imbios/lab-extract-common-letters

📝 TypeScript implementation of an algorithm to extract common characters across multiple strings, optimized for performance with O(n*k) time complexity.

algorithms coding-challenge coding-interview data-structures educational hacktoberfest hash-table interview-preparation leetcode npm-package optimization performance problem-solving string-manipulation time-complexity typescript

Last synced: 20 Apr 2026

https://github.com/shubham-bhoite/leetcode-javascript

This Repository Contains All My Solved Leetcode JS challenge solution.

javascript leetcode leetcode-javascript-solutions leetcode-solutions

Last synced: 20 Apr 2026

https://github.com/anas727189/anas_portfolio

My very own portfolio website

github-api leetcode nextjs typescript

Last synced: 20 Apr 2026

https://github.com/xnacly/leet

Leetcode solutions grouped by language

leetcode

Last synced: 22 Apr 2026

https://github.com/anindya-dey/practice-leetcode

Here I maintain all the problems I have solved on Leetcode. Courtesy: Leethub extension

andys-cli dsa dsa-practice leetcode leetcode-cpp leetcode-practice leetcode-solutions

Last synced: 22 Apr 2026