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/battleships-in-a-board

Count the total Battleships in a board

dfs graph leetcode problem-solving

Last synced: 07 Dec 2024

https://github.com/emahtab/count-complete-tree-nodes

Count total nodes in a Complete Binary Tree

complete-binary-tree leetcode problem-solving

Last synced: 07 Dec 2024

https://github.com/afsify/leetcode

Boost your JavaScript skills with curated LeetCode exercises. From basics to advanced, these hands on challenges help you master JavaScript step by step. Perfect for all skill levels.

javascript leetcode workouts

Last synced: 04 Dec 2024

https://github.com/lloydlobo/leetcode

solutions and reference to solve common coding leetcode problems

coding leetcode

Last synced: 16 Dec 2024

https://github.com/dup4/leetcode

Leetcode Code Repo

code leetcode

Last synced: 09 Dec 2024

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

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

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

Best Meeting Point

leetcode median

Last synced: 07 Dec 2024

https://github.com/pratikpaudel/leetcode-progress-documentation

A collection of my LeetCode solutions and notes to improve and prepare for technical interviews.

data-structures datastructures dsa leetcode

Last synced: 09 Dec 2024

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

https://github.com/emanuelefavero/leetcode

This repository contains my solutions to LeetCode problems

algorithms data-structures javascript leetcode leetcode-solutions

Last synced: 10 Dec 2024

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

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: 17 Jan 2025

https://github.com/serhii-chernenko/leetcode

Solutions of Leetcode's questions

leetcode leetcode-javascript leetcode-solutions

Last synced: 13 Jan 2025

https://github.com/humbertocg18/pucrs-alest-i-2.3-2023.24

Trabalhos, Projetos, Exercícios e aulas realizados em Java na cadeira de Algoritimos e estrutura de dados 1, matéria do segundo semestre.

beecrowd beecrowd-solution-in-js beecrowd-solutions-in-java data data-structures datastructures-algorithms hashmap hashtable java-8 leetcode leetcode-javascript leetcode-solutions leetcodepra pucrs sorting-algorithms

Last synced: 10 Dec 2024

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

https://github.com/xnacly/leet

Leetcode solutions grouped by language

leetcode

Last synced: 18 Jan 2025

https://github.com/atennop1/codeproblemssolutions

Repository for making tasks from Codewars and LeetCode

codewars codewars-solutions cpp learning leetcode leetcode-solutions

Last synced: 04 Jan 2025

https://github.com/fahimfba/leetcode

I solve problems from LeetCode and I keep my solution here

leetcode

Last synced: 10 Dec 2024

https://github.com/windomz/leetcode-init

:triangular_ruler: A tool to create leetcode code template via cli.

leetcode leetcode-golang leetcode-template

Last synced: 23 Dec 2024

https://github.com/emahtab/add-two-numbers

Add two linked lists nodes

leetcode linked-list problem-solving

Last synced: 07 Dec 2024

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: 16 Jan 2025

https://github.com/emahtab/campus-bikes

Assign closest bike to each worker

leetcode priority-queue

Last synced: 07 Dec 2024

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

Word Search in a 2D Grid

dfs leetcode problem-solving word-search

Last synced: 07 Dec 2024

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

Collection of LeetCode questions to ace the coding interview!

algorithms data-structures java leetcode

Last synced: 08 Jan 2025

https://github.com/aiveraiva/problem-solutions

My solutions to online judge website: LeetCode, Zerojudge, etc.

dynamic-programming leetcode leetcode-solutions online-judge problem-solving python solutions

Last synced: 23 Dec 2024

https://github.com/sebastiandotdev/waste-v2

Leetcode platform exercises... Completely Open Sources, Ready to challenge your programming. 🌙

exercism leetcode rust typescript

Last synced: 11 Dec 2024

https://github.com/weitsunglin/cpp-gitaction-template-using-leetcode

github action complie cpp, using leetcode

cpp github-actions leetcode

Last synced: 11 Dec 2024

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

Find whether a number is an Ugly number

leetcode problem-solving ugly-number

Last synced: 07 Dec 2024

https://github.com/emahtab/symmetric-binary-tree

Check whether a Binary Tree is Symmetric around its center

binary-tree leetcode problem-solving symmetric-binary-tree

Last synced: 07 Dec 2024

https://github.com/emahtab/search-2d-matrix-ii

Search 2D Matrix sorted row and column wise

leetcode problem-solving

Last synced: 07 Dec 2024

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

Reverse a singly Linked List

leetcode linked-list problem-solving reverse

Last synced: 07 Dec 2024

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

Place persons at their correct location in a queue

leetcode problem-solving sorting

Last synced: 07 Dec 2024

https://github.com/emahtab/ransom-note

Check If Ransom string can be constructed

leetcode problem-solving ransom

Last synced: 07 Dec 2024

https://github.com/emahtab/product-of-array-except-self

Product of array except self

array leetcode problem-solving

Last synced: 07 Dec 2024

https://github.com/emahtab/power-of-three

Determine whether a number is power of three.

leetcode maths problem-solving

Last synced: 07 Dec 2024

https://github.com/snehalyelmati/competitive-programming-golang

Repository to maintain LeetCode, Kickstart and CodeChef solutions in Go. Implementation and notes of data structures and algorithms.

algorithms data-structures golang google-hashcode google-kickstart leetcode

Last synced: 12 Dec 2024