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/namtndev/leetcode-practice

📚 Practicing algorithms & data structures on LeetCode with JavaScript ✨

algorithm datastructures javascript leetcode

Last synced: 03 Apr 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/liulinboyi/algorithm-and-data-structure-of-javascript

通过leetcode解题来学习JavaScript 的算法与数据结构(Algorithm and data structure of JavaScript)

algorithm javascript leetcode typescript

Last synced: 09 Mar 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/emahtab/smallest-subtree-with-all-the-deepest-nodes

Find the smallest subtree with all the deepest nodes in a binary tree

bfs breadth-first-search leetcode lowest-common-ancestor problem-solving

Last synced: 30 Oct 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/longest-substring-with-at-most-two-distinct-characters

Longest Substring with At Most Two Distinct Characters

leetcode sliding-window substring

Last synced: 18 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/lotrien/leet-code

Algorithm and data structure problems from https://leetcode.com solved in JavaScript

algorithms data-structures javascript js leetcode

Last synced: 18 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: 18 Mar 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/tanhauhau/leetcodestarter

Boilerplate to kickstart your LeetCode practice

boilerplate java leetcode practice

Last synced: 27 Mar 2025

https://github.com/unorsk/goog

Mostly Leetcode challenges

algorithm-challenges algorithms haskell leetcode

Last synced: 06 Apr 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/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/cyberoctane29/leetcode-python-solutions

This repository contains my Python solutions to LeetCode problems, categorized by difficulty: Easy, Medium, and Hard. Some problems include multiple approaches to showcase different techniques and optimizations. All solutions are well-commented for clarity, making this a valuable resource for learning and improving Python problem-solving skills.

leetcode leetcode-database leetcode-python leetcode-solutions python

Last synced: 13 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/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/hanelliotphan/leetcode-solutions

[2021-present] My Leetcode solutions (mostly in Python3)

algorithms competitive-programming leetcode

Last synced: 08 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/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/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: 12 Mar 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/5j54d93/leetcode

My code to solve LeetCode problem in C/C++.

c cpp leetcode leetcode-solutions

Last synced: 22 Mar 2025

https://github.com/thethunderb0lt/100-days_challenge

This is 100 Days of Coding Challenge that I have started to land a job as SDE role.

algorithms algorithms-and-data-structures challenge developer gfg hackerrank leetcode python sde software-engineer

Last synced: 03 Mar 2025

https://github.com/proftanish/daily-dsa

Dealing with problem solving in C++ daily

cpp leetcode leetcode-cpp leetcode-solutions problem-solving

Last synced: 17 Mar 2025

https://github.com/viniciuscestarii/leetcode

🐱‍💻 Leetcodes that I have done

leetcode typescript

Last synced: 21 Mar 2025

https://github.com/rockharshitmaurya/leetcode-hub

Collection of LeetCode questions to ace the coding interview!

algorithms data-structures java leetcode

Last synced: 14 Jul 2025

https://github.com/ayush272002/complete-java-with-dsa

Complete DSA series using Java which covers all important DSA concepts asked in an interview

algorithms-and-data-structures codingninjas dsa geeksforgeeks java leetcode

Last synced: 22 Mar 2025

https://github.com/clintjohnsn/ds-algo

Leetcode solutions in python, with time and complexity analysis and documentation.

algorithms data-structures leetcode leetcode-python leetcode-python3 leetcode-solutions

Last synced: 14 Mar 2025

https://github.com/johnntirintis/leetcode

Collection of my solutions to various LeetCode problems.

leetcode leetcode-java leetcode-practice leetcode-python leetcode-questions leetcode-solutions

Last synced: 03 Mar 2025

https://github.com/shaygali/leetcode

my solutions for leetcode questions

leetcode leetcode-java leetcode-solutions

Last synced: 02 Mar 2025

https://github.com/shivamm-verma/learn-cpp

This Repository is Track of all files; I have worked with to learn Data Structures and Algorithms using C++! I have learnt through Multiple Resources, and I am still keep digging.

cpp data-structures-and-algorithms leetcode problem-solving

Last synced: 29 Mar 2025