Skip to content

notAryan10/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of LeetCode questions to ace the coding interview! - Created using LeetHub v2

LeetCode Topics

Array

0004-median-of-two-sorted-arrays
0033-search-in-rotated-sorted-array
0056-merge-intervals
0064-minimum-path-sum
0120-triangle
0128-longest-consecutive-sequence
0135-candy
0136-single-number
0169-majority-element
0174-dungeon-game
0198-house-robber
0213-house-robber-ii
0300-longest-increasing-subsequence
0309-best-time-to-buy-and-sell-stock-with-cooldown
0322-coin-change
0435-non-overlapping-intervals
0518-coin-change-ii
0967-minimum-falling-path-sum
1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array

Binary Search

0004-median-of-two-sorted-arrays
0033-search-in-rotated-sorted-array
0300-longest-increasing-subsequence

Divide and Conquer

0004-median-of-two-sorted-arrays
0169-majority-element

Hash Table

0128-longest-consecutive-sequence
0141-linked-list-cycle
0169-majority-element
0242-valid-anagram

Sorting

0056-merge-intervals
0169-majority-element
0242-valid-anagram
0435-non-overlapping-intervals

Counting

0169-majority-element

Linked List

0002-add-two-numbers
0141-linked-list-cycle
0206-reverse-linked-list

Two Pointers

0125-valid-palindrome
0141-linked-list-cycle

Bit Manipulation

0136-single-number

Tree

0104-maximum-depth-of-binary-tree
0111-minimum-depth-of-binary-tree
0144-binary-tree-preorder-traversal

Depth-First Search

0104-maximum-depth-of-binary-tree
0111-minimum-depth-of-binary-tree
0144-binary-tree-preorder-traversal

Breadth-First Search

0104-maximum-depth-of-binary-tree
0111-minimum-depth-of-binary-tree
0322-coin-change

Binary Tree

0104-maximum-depth-of-binary-tree
0111-minimum-depth-of-binary-tree
0144-binary-tree-preorder-traversal

Recursion

0002-add-two-numbers
0206-reverse-linked-list
1013-fibonacci-number

Math

0002-add-two-numbers
0062-unique-paths
1013-fibonacci-number
1236-n-th-tribonacci-number

Dynamic Programming

0062-unique-paths
0064-minimum-path-sum
0072-edit-distance
0120-triangle
0174-dungeon-game
0198-house-robber
0213-house-robber-ii
0300-longest-increasing-subsequence
0309-best-time-to-buy-and-sell-stock-with-cooldown
0322-coin-change
0435-non-overlapping-intervals
0518-coin-change-ii
0967-minimum-falling-path-sum
1013-fibonacci-number
1236-n-th-tribonacci-number
1250-longest-common-subsequence
1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array

Memoization

1013-fibonacci-number
1236-n-th-tribonacci-number

Stack

0144-binary-tree-preorder-traversal
1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array

String

0072-edit-distance
0125-valid-palindrome
0242-valid-anagram
1250-longest-common-subsequence

Database

0175-combine-two-tables
0181-employees-earning-more-than-their-managers
0182-duplicate-emails
0183-customers-who-never-order
0197-rising-temperature

Greedy

0135-candy
0435-non-overlapping-intervals
1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array

Monotonic Stack

1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array

Combinatorics

0062-unique-paths

Matrix

0064-minimum-path-sum
0174-dungeon-game
0967-minimum-falling-path-sum

Union Find

0128-longest-consecutive-sequence

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published