Skip to content

Shushri/Leetcode-Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode-Problems

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

LeetCode Topics

Tree

0104-maximum-depth-of-binary-tree

Depth-First Search

0104-maximum-depth-of-binary-tree

Breadth-First Search

0104-maximum-depth-of-binary-tree

Binary Tree

0104-maximum-depth-of-binary-tree

Math

0013-roman-to-integer
0050-powx-n
0067-add-binary
0231-power-of-two
2050-count-good-numbers

Recursion

0050-powx-n
0231-power-of-two
2050-count-good-numbers

String

0008-string-to-integer-atoi
0013-roman-to-integer
0028-find-the-index-of-the-first-occurrence-in-a-string
0067-add-binary
1737-maximum-nesting-depth-of-the-parentheses

Array

0015-3sum
0018-4sum
0033-search-in-rotated-sorted-array
0034-find-first-and-last-position-of-element-in-sorted-array
0035-search-insert-position
0056-merge-intervals
0081-search-in-rotated-sorted-array-ii
0088-merge-sorted-array
0121-best-time-to-buy-and-sell-stock
0152-maximum-product-subarray
0153-find-minimum-in-rotated-sorted-array
0162-find-peak-element
0493-reverse-pairs
0540-single-element-in-a-sorted-array

Two Pointers

0015-3sum
0018-4sum
0028-find-the-index-of-the-first-occurrence-in-a-string
0088-merge-sorted-array

Sorting

0015-3sum
0018-4sum
0056-merge-intervals
0088-merge-sorted-array

Dynamic Programming

0121-best-time-to-buy-and-sell-stock
0152-maximum-product-subarray

Binary Search

0033-search-in-rotated-sorted-array
0034-find-first-and-last-position-of-element-in-sorted-array
0035-search-insert-position
0081-search-in-rotated-sorted-array-ii
0153-find-minimum-in-rotated-sorted-array
0162-find-peak-element
0493-reverse-pairs
0540-single-element-in-a-sorted-array

Divide and Conquer

0493-reverse-pairs

Binary Indexed Tree

0493-reverse-pairs

Segment Tree

0493-reverse-pairs

Merge Sort

0493-reverse-pairs

Ordered Set

0493-reverse-pairs

Stack

1737-maximum-nesting-depth-of-the-parentheses

Hash Table

0013-roman-to-integer

Bit Manipulation

0067-add-binary
0231-power-of-two

String Matching

0028-find-the-index-of-the-first-occurrence-in-a-string

Simulation

0067-add-binary

About

A collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v2](https://github.com/arunbhardwaj/LeetHub-2.0)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages