Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/top-k-frequent-elements

Find top k frequent elements

leetcode problem-solving top-k treemap

Last synced: 07 Dec 2024

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: 07 Dec 2024

https://github.com/emahtab/unique-binary-search-trees

Count the total number of BST possible with n numbers

binary-search-tree dynamic-programming leetcode problem-solving

Last synced: 07 Dec 2024

https://github.com/emahtab/sum-of-two-integers

Sum two integers without using + operator

bit-shifting bitwise-operators leetcode problem-solving

Last synced: 07 Dec 2024

https://github.com/emahtab/spiral-matrix

Spiral Traversal of a 2D Matrix

leetcode problem-solving spiral-traversal

Last synced: 07 Dec 2024

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: 07 Dec 2024

https://github.com/emahtab/same-tree

Check whether two binary trees are same

binary-tree dfs leetcode problem-solving

Last synced: 07 Dec 2024

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: 07 Dec 2024

https://github.com/emahtab/coin-change-2

Coin Change Problem (Total number of ways to make change) Implementation

coin-change dynamic-programming leetcode

Last synced: 07 Dec 2024

https://github.com/emahtab/palindrome-linked-list

Check If Linked List is Palindrome

leetcode linked-list palindrome problem-solving

Last synced: 07 Dec 2024

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

Find the minimum window substring containing all letters of target string

leetcode problem-solving sliding-window

Last synced: 07 Dec 2024

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

Find the middle node of the Linked List

leetcode linked-list problem-solving

Last synced: 07 Dec 2024

https://github.com/emahtab/maximal-square

Find the maximal square area

dynamic-programming leetcode problem-solving

Last synced: 07 Dec 2024

https://github.com/emahtab/longest-common-prefix

Find the longest common prefix among strings

leetcode prefix problem-solving

Last synced: 07 Dec 2024

https://github.com/emahtab/largest-rectangle-in-a-histogram

Largest rectangle in a histogram

leetcode problems-solving

Last synced: 07 Dec 2024

https://github.com/emahtab/longest-palindromic-substring

Find longest palindromic substring in a string

leetcode palindrome problem-solving substring

Last synced: 07 Dec 2024

https://github.com/kendalblythe/leetcode-typescript

Contains my solutions to LeetCode problems using TypeScript.

biome jest leetcode leetcode-solutions typescript vscode yarn

Last synced: 03 Dec 2024

https://github.com/basheerrajeh/leetcode

LeetCode Solutions: My curated collection of solved problems from LeetCode. Enhance my coding skills.

algorithms leetcode problem-solving

Last synced: 05 Dec 2024

https://github.com/yanqic/algorithm

算法笔记 及 leetcode 题解

algorithm golang leetcode

Last synced: 04 Jan 2025

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

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

leetcode realization

Last synced: 26 Nov 2024

https://github.com/dmdv/go-algo

Data structures in Golang. Leetcode, Hackerrank

algorithms challenges data-structures datastructures hackerrank leetcode

Last synced: 19 Dec 2024

https://github.com/eminencegrs/coding-challenges

This repository is a consolidated collection of solutions to popular coding challenges.

algorithms coding-challenges csharp dotnet hackerrank leetcode problem-solving

Last synced: 28 Nov 2024

https://github.com/guerinoni/leetcode

My solutions for leetcode problems.

leetcode leetcode-rust leetcode-solutions rust

Last synced: 05 Dec 2024

https://github.com/egrizq/leet-code

Solving leetcode questions

leetcode python typescript

Last synced: 26 Dec 2024

https://github.com/anshiii/leetcode-javascript

The answer of problems from leetcode in javascript

leetcode

Last synced: 22 Nov 2024

https://github.com/abdoufermat5/algorithmique

# Resolution de quelques problemes et implémentations de quelques algorithmes

algorithms competitive-programming data-structures dsa-algorithm leetcode python

Last synced: 11 Nov 2024

https://github.com/noogler-eng/sql_pratise

this repo contains all the leetcode sql questions solution with question link, it is top 50 sql sheet questions solution

leetcode sql

Last synced: 13 Dec 2024

https://github.com/noogler-eng/leetcode_workers

this will indicate how leetcode main server is working so smoothly, there is less load on the main server which is done using worker nodes, this model is implemented using redis or external queue

leetcode redis

Last synced: 13 Dec 2024

https://github.com/noogler-eng/dsa-pratise

it contains my daily practice dsa questions solution with question link, mainly its consist leetcode solutions

codechef codeforces dsa geeksforgeeks leetcode

Last synced: 13 Dec 2024

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

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

leetcode solidity testing

Last synced: 15 Nov 2024

https://github.com/pavan-kamthane/programming-questions

I am upload some leetcode questions answers in this repository. Hope You like it

coding java leetcode leetcode-solutions

Last synced: 18 Nov 2024

https://github.com/elliotwutingfeng/grokking-algorithms

Solutions to problems listed in the book "grokking algorithms" by Aditya Y. Bhargava

algorithm algorithms leetcode python

Last synced: 11 Nov 2024

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

The solutions to the leetcode questions are recorded. All solutions here beat 70%-100% of the solutions to the question

algorithms bfs dfs graph leetcode map string

Last synced: 05 Jan 2025

https://github.com/imajinyun/leetcode-python

🚀 🐍 🌈 LeetCode with Python 🔥

leetcode leetcode-python leetcode-python3 leetcode-solutions

Last synced: 19 Nov 2024

https://github.com/cvdg/gfht

LeetCode solutions in Rust

leetcode rust

Last synced: 13 Nov 2024

https://github.com/asphaltt/leetcode.go

Go solutions for leetcode

leetcode leetcode-go

Last synced: 13 Nov 2024

https://github.com/rstacks/leetcode-write-ups

My solutions to foundational LeetCode problems, complete with explanations and alternative solutions. All solutions are written in Python.

algorithms data-structures data-structures-and-algorithms leetcode leetcode-solutions python3

Last synced: 19 Nov 2024

https://github.com/harshitwaldia/leetcode

Explore my Python solutions to LeetCode problems, featuring algorithms, data structures, and dynamic programming. Enhance your coding skills with detailed explanations.

leetcode leetcode-python leetcode-solutions python3

Last synced: 19 Dec 2024

https://github.com/yukunj/leetcode-practice-by-tag

This is the repository for LeetCode coding exercise starting May 2021.

algorithms-and-data-structures leetcode python

Last synced: 05 Dec 2024

https://github.com/rana/ltcd

LeetCode solutions in Rust.

leetcode leetcode-rust leetcode-solutions rust rust-lang rustlang

Last synced: 12 Oct 2024

https://github.com/akshayone8/coding-challenges

JavaScript challenges, which include problems from LeetCode, CodeWars, and others.

codewars codewars-kata-solution freecodecamp freecodecamp-challenge javascript leetcode

Last synced: 05 Dec 2024

https://github.com/balintsoos/leetcode-solutions-ts

My LeetCode solutions in Typescript

javascript leetcode leetcode-solutions typescript

Last synced: 17 Dec 2024

https://github.com/tbpaolini/leetcode

My solutions for the LeetCode's problems

leetcode leetcode-c leetcode-python leetcode-solutions

Last synced: 13 Dec 2024

https://github.com/letsdeepchat/leetcode-30-days-of-javascript-programming

A closure in JavaScript occurs when a function "remembers" its lexical scope (the variables and functions that were in scope at the time it was created), even if it's executed outside that scope.

closure closure-leetcode deepak-chaudhari deepak14ri javascript-closures leetcode leetcode-closure leetcode-javascript-solutions leetcode-solutions

Last synced: 19 Dec 2024

https://github.com/xwchris/leetcode

前端也要学习算法,记录Leetcode解题过程

algorithms frontend javascript leetcode

Last synced: 19 Dec 2024

https://github.com/mantisclone/leetcode-rust

A repository of my LeetCode answers in Rust.

leetcode rust

Last synced: 05 Jan 2025

https://github.com/bigpick/code-practice

Repository to house all sorts of various code practice sites, interview prep solutions, etc.

advent-of-code hackerrank interview-preparation leetcode practice-programming programming-exercises python python3 self-improvement

Last synced: 02 Jan 2025

https://github.com/gs-101/leetcode-solutions

Collection of solutions for leetcode, sorted by language and named by problem number.

leetcode leetcode-cpp leetcode-java leetcode-python leetcode-python3 leetcode-rust leetcode-solutions

Last synced: 05 Jan 2025

https://github.com/albugowy15/odop

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

leetcode rust

Last synced: 27 Dec 2024

https://github.com/leye195/algorithm-coding

알고리즘 코딩 문제 풀이 저장소 입니다.

algorithm baekjoon javascript leetcode programmers python

Last synced: 13 Dec 2024

https://github.com/tyronczt/leetcode

https://leetcode-cn.com/tyron/

leetcode

Last synced: 27 Dec 2024

https://github.com/gabrielpalassi/leetcodets

LeetCode Top Inteview 150 solutions in TypeScript.

leetcode leetcode-solutions leetcode-typescript

Last synced: 29 Nov 2024