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/kth-largest-element-in-an-array

kth largest element in an array

heap leetcode problem-solving

Last synced: 28 Mar 2025

https://github.com/XoXoHarsh/CodersHub

CodersHub is a mobile app that simplifies access to coding profiles by consolidating platforms like LeetCode and Codeforces. It offers a user-friendly interface for viewing profiles, tracking ratings, and navigating daily problems without switching apps or logging in repeatedly.

codeforces competitive-programming firebase geeksforgeeks java leetcode mobile-app

Last synced: 24 Feb 2025

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

Leetcode Solutions and Tests!

go leetcode

Last synced: 02 Mar 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/atennop1/codeproblemssolutions

Repository for making tasks from Codewars and LeetCode

codewars codewars-solutions cpp learning leetcode leetcode-solutions

Last synced: 23 Feb 2025

https://github.com/amorist/leetcode

golang leetcode

leetcode

Last synced: 11 Apr 2025

https://github.com/emahtab/missing-number

Find the missing number

hashset leetcode problem-solving

Last synced: 21 Jul 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/insert-delete-getrandom

Insert delete getRandom() in O(1) average

hashmap leetcode list problem-solving

Last synced: 28 Mar 2025

https://github.com/emahtab/factorial-trailing-zeroes

Find number of trailing zeroes in factorial of a number

factorial leetcode maths maths-problem problem-solving

Last synced: 28 Mar 2025

https://github.com/justin-pyne/coding-problems

A collection of my LeetCode solutions for Python data structure/algorithm problems and SQL problems, organized by language.

algorithms leetcode leetcode-solutions python sql

Last synced: 22 Feb 2025

https://github.com/hellojukay/leetcode

这是一个LeetCode刷题项目

golang leetcode leetcode-golang

Last synced: 23 Jun 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/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/thutasann/ts-leet

algorithms, leet code solutions and typescript fundamentals

algorithms leetcode typescript

Last synced: 24 Feb 2025

https://github.com/sh20raj/leetcards

Leetcode Readme Stats Cards

leetcode

Last synced: 04 Apr 2025

https://github.com/unorsk/goog

Mostly Leetcode challenges

algorithm-challenges algorithms haskell leetcode

Last synced: 06 Apr 2025

https://github.com/nolleh/leetcode

solving leetcode problems

alrogithm leetcode leetcode-python3

Last synced: 13 Mar 2025

https://github.com/wanghaoxi3000/leetcode

LeetCode 解题记录

leetcode leetcode-golang

Last synced: 19 Jul 2025

https://github.com/nurislam03/online_judge-competitive_programming

A repository to sync all my solutions for different Online Judges/platforms.

acm-icpc c competitive-programming cplusplus go golang java leetcode lightoj uva

Last synced: 19 Jul 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/dup4/leetcode

Leetcode Code Repo

code leetcode

Last synced: 29 Mar 2025

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: 18 Jul 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/marcelotsvaz/google-foobar

Google Foobar challenge.

leetcode python

Last synced: 12 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/gituser143/goleet

Solutions to LeetCode problems in GoLang!

competitive-coding go golang leetcode leetcode-solutions solutions

Last synced: 17 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/lewiszlw/leetcode

LeetCode problems' solutions implemented by java, c

algorithms leetcode

Last synced: 14 Jul 2025

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

Find the first unique character in a string

hashmap leetcode problem-solving

Last synced: 14 Jul 2025

https://github.com/omkarshinde1711/leetcode

Cracking LeetCode puzzles one bug at a time — algorithms, data structures, and a bit of caffeine-fueled magic!

algorithms coding-challenges cpp data-structures github-actions interview-prep java leetcode problem-solving python

Last synced: 14 Jul 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/dov4k1n/yandex

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

android kotlin leetcode yandex

Last synced: 29 Mar 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/emahtab/daily-temperatures

Find the days after which there will be a warmer day

leetcode problem-solving stack

Last synced: 26 Jun 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/farial-mahmod/coding-problem-solving-using-swift

Solution of various Leetcode and other coding challenges using Swift.

competitive-programming ios leetcode leetcode-solutions problem-solving swift

Last synced: 12 Jul 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/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/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: 11 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/archie94/codes

Important codes implementing various algorithms and day to day problems.

algorithm c codechef competitive-programming contest cpp hackerrank leetcode leetcode-java leetcode-solutions spoj

Last synced: 22 Jun 2025

https://github.com/viniciuscestarii/leetcode

🐱‍💻 Leetcodes that I have done

leetcode typescript

Last synced: 21 Mar 2025