Skip to content

Neelaksh-Bhardwaj/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode

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

LeetCode Topics

Array

0001-two-sum
0011-container-with-most-water
0033-search-in-rotated-sorted-array
0042-trapping-rain-water
0053-maximum-subarray
0075-sort-colors
0121-best-time-to-buy-and-sell-stock
0136-single-number
0169-majority-element
0189-rotate-array
0238-product-of-array-except-self
0287-find-the-duplicate-number
0540-single-element-in-a-sorted-array
0882-peak-index-in-a-mountain-array
2116-count-number-of-pairs-with-absolute-difference-k
2277-count-equal-and-divisible-pairs-in-an-array

Bit Manipulation

0136-single-number
0287-find-the-duplicate-number

Divide and Conquer

0053-maximum-subarray
0169-majority-element

Dynamic Programming

0042-trapping-rain-water
0053-maximum-subarray
0121-best-time-to-buy-and-sell-stock

Hash Table

0001-two-sum
0169-majority-element
0242-valid-anagram
2116-count-number-of-pairs-with-absolute-difference-k

Sorting

0075-sort-colors
0169-majority-element
0242-valid-anagram

Counting

0169-majority-element
2116-count-number-of-pairs-with-absolute-difference-k

Math

0009-palindrome-number
0050-powx-n
0189-rotate-array
1642-water-bottles

Recursion

0050-powx-n

Two Pointers

0011-container-with-most-water
0042-trapping-rain-water
0075-sort-colors
0189-rotate-array
0287-find-the-duplicate-number

Greedy

0011-container-with-most-water

Prefix Sum

0238-product-of-array-except-self

Binary Search

0033-search-in-rotated-sorted-array
0287-find-the-duplicate-number
0540-single-element-in-a-sorted-array
0882-peak-index-in-a-mountain-array

String

0242-valid-anagram

Simulation

1642-water-bottles

Stack

0042-trapping-rain-water

Monotonic Stack

0042-trapping-rain-water

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages