Skip to content

karan7307/LeetCode-Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

LeetCode Topics

Array

0001-two-sum
0011-container-with-most-water
0049-group-anagrams
0217-contains-duplicate
0238-product-of-array-except-self
0347-top-k-frequent-elements
0448-find-all-numbers-disappeared-in-an-array
1727-largest-submatrix-with-rearrangements
1878-get-biggest-three-rhombus-sums-in-a-grid
2573-find-the-string-with-lcp
2751-robot-collisions
3070-count-submatrices-with-top-left-element-and-sum-less-than-k
3296-minimum-number-of-seconds-to-make-mountain-height-zero
3567-minimum-absolute-difference-in-sliding-submatrix

Hash Table

0001-two-sum
0049-group-anagrams
0217-contains-duplicate
0242-valid-anagram
0347-top-k-frequent-elements
0448-find-all-numbers-disappeared-in-an-array

Math

1878-get-biggest-three-rhombus-sums-in-a-grid
3296-minimum-number-of-seconds-to-make-mountain-height-zero

Binary Search

3296-minimum-number-of-seconds-to-make-mountain-height-zero

Greedy

0011-container-with-most-water
1727-largest-submatrix-with-rearrangements
2573-find-the-string-with-lcp
3296-minimum-number-of-seconds-to-make-mountain-height-zero

Heap (Priority Queue)

0347-top-k-frequent-elements
1878-get-biggest-three-rhombus-sums-in-a-grid
3296-minimum-number-of-seconds-to-make-mountain-height-zero

Sorting

0049-group-anagrams
0217-contains-duplicate
0242-valid-anagram
0347-top-k-frequent-elements
1727-largest-submatrix-with-rearrangements
1878-get-biggest-three-rhombus-sums-in-a-grid
2751-robot-collisions
3567-minimum-absolute-difference-in-sliding-submatrix

Two Pointers

0011-container-with-most-water
0125-valid-palindrome

String

0049-group-anagrams
0125-valid-palindrome
0242-valid-anagram
1415-the-k-th-lexicographical-string-of-all-happy-strings-of-length-n
2573-find-the-string-with-lcp

Backtracking

1415-the-k-th-lexicographical-string-of-all-happy-strings-of-length-n

Matrix

1727-largest-submatrix-with-rearrangements
1878-get-biggest-three-rhombus-sums-in-a-grid
2573-find-the-string-with-lcp
3070-count-submatrices-with-top-left-element-and-sum-less-than-k
3567-minimum-absolute-difference-in-sliding-submatrix

Prefix Sum

0238-product-of-array-except-self
1878-get-biggest-three-rhombus-sums-in-a-grid
3070-count-submatrices-with-top-left-element-and-sum-less-than-k

Divide and Conquer

0347-top-k-frequent-elements

Bucket Sort

0347-top-k-frequent-elements

Counting

0347-top-k-frequent-elements

Quickselect

0347-top-k-frequent-elements

Dynamic Programming

2573-find-the-string-with-lcp

Union-Find

2573-find-the-string-with-lcp

Stack

2751-robot-collisions

Simulation

2751-robot-collisions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors