Skip to content

mridul-20/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

Dynamic Programming

0070-climbing-stairs
0124-binary-tree-maximum-path-sum
0198-house-robber
0213-house-robber-ii
2090-number-of-ways-to-arrive-at-destination

Tree

0098-validate-binary-search-tree
0102-binary-tree-level-order-traversal
0103-binary-tree-zigzag-level-order-traversal
0124-binary-tree-maximum-path-sum
0173-binary-search-tree-iterator
0199-binary-tree-right-side-view
0222-count-complete-tree-nodes
0230-kth-smallest-element-in-a-bst
0236-lowest-common-ancestor-of-a-binary-tree
0530-minimum-absolute-difference-in-bst
0637-average-of-levels-in-binary-tree

Depth-First Search

0098-validate-binary-search-tree
0124-binary-tree-maximum-path-sum
0130-surrounded-regions
0133-clone-graph
0199-binary-tree-right-side-view
0200-number-of-islands
0230-kth-smallest-element-in-a-bst
0236-lowest-common-ancestor-of-a-binary-tree
0530-minimum-absolute-difference-in-bst
0547-number-of-provinces
0637-average-of-levels-in-binary-tree
2793-count-the-number-of-complete-components

Binary Tree

0098-validate-binary-search-tree
0102-binary-tree-level-order-traversal
0103-binary-tree-zigzag-level-order-traversal
0124-binary-tree-maximum-path-sum
0173-binary-search-tree-iterator
0199-binary-tree-right-side-view
0222-count-complete-tree-nodes
0230-kth-smallest-element-in-a-bst
0236-lowest-common-ancestor-of-a-binary-tree
0530-minimum-absolute-difference-in-bst
0637-average-of-levels-in-binary-tree

Stack

0173-binary-search-tree-iterator

Design

0173-binary-search-tree-iterator

Binary Search Tree

0098-validate-binary-search-tree
0173-binary-search-tree-iterator
0222-count-complete-tree-nodes
0230-kth-smallest-element-in-a-bst
0530-minimum-absolute-difference-in-bst

Iterator

0173-binary-search-tree-iterator

Array

0130-surrounded-regions
0198-house-robber
0200-number-of-islands
0213-house-robber-ii
1036-rotting-oranges
2220-find-all-possible-recipes-from-given-supplies
3348-minimum-cost-walk-in-weighted-graph
3475-minimum-operations-to-make-binary-array-elements-equal-to-one-i

Bit Manipulation

0222-count-complete-tree-nodes
3348-minimum-cost-walk-in-weighted-graph
3475-minimum-operations-to-make-binary-array-elements-equal-to-one-i

Queue

3475-minimum-operations-to-make-binary-array-elements-equal-to-one-i

Sliding Window

3475-minimum-operations-to-make-binary-array-elements-equal-to-one-i

Prefix Sum

3475-minimum-operations-to-make-binary-array-elements-equal-to-one-i

Union Find

0130-surrounded-regions
0200-number-of-islands
0547-number-of-provinces
2793-count-the-number-of-complete-components
3348-minimum-cost-walk-in-weighted-graph

Graph

0133-clone-graph
0547-number-of-provinces
2090-number-of-ways-to-arrive-at-destination
2220-find-all-possible-recipes-from-given-supplies
2793-count-the-number-of-complete-components
3348-minimum-cost-walk-in-weighted-graph

Hash Table

0133-clone-graph
2220-find-all-possible-recipes-from-given-supplies

String

2220-find-all-possible-recipes-from-given-supplies

Topological Sort

2090-number-of-ways-to-arrive-at-destination
2220-find-all-possible-recipes-from-given-supplies

Breadth-First Search

0102-binary-tree-level-order-traversal
0103-binary-tree-zigzag-level-order-traversal
0130-surrounded-regions
0133-clone-graph
0199-binary-tree-right-side-view
0200-number-of-islands
0530-minimum-absolute-difference-in-bst
0547-number-of-provinces
0637-average-of-levels-in-binary-tree
1036-rotting-oranges
2793-count-the-number-of-complete-components

Shortest Path

2090-number-of-ways-to-arrive-at-destination

Matrix

0130-surrounded-regions
0200-number-of-islands
1036-rotting-oranges

Math

0070-climbing-stairs

Memoization

0070-climbing-stairs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages