Skip to content

DeependraKeshri/Leetcode-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode-Solutions

LeetCode Topics

Array

0011-container-with-most-water
0036-valid-sudoku
0407-trapping-rain-water-ii
0498-diagonal-traverse
0611-valid-triangle-number
0830-largest-triangle-area
1018-largest-perimeter-triangle
1227-number-of-equivalent-domino-pairs
1293-three-consecutive-odds
1402-count-square-submatrices-with-all-ones
1635-number-of-good-pairs
1917-maximum-average-pass-ratio
2048-build-array-from-permutation
2058-concatenation-of-array
2215-finding-3-digit-even-numbers
2324-find-triangular-sum-of-an-array
2392-successful-pairs-of-spells-and-potions
2432-number-of-zero-filled-subarrays
3242-count-elements-with-maximum-frequency
3251-maximum-area-of-longest-diagonal-rectangle
3778-transform-array-by-parity
4008-restore-finishing-order

Math

0830-largest-triangle-area
1018-largest-perimeter-triangle
1635-number-of-good-pairs
1642-water-bottles
2324-find-triangular-sum-of-an-array
2432-number-of-zero-filled-subarrays
3336-water-bottles-ii
3629-total-characters-in-string-after-transformations-i

Dynamic Programming

1402-count-square-submatrices-with-all-ones
3629-total-characters-in-string-after-transformations-i

Matrix

0036-valid-sudoku
0407-trapping-rain-water-ii
0498-diagonal-traverse
1402-count-square-submatrices-with-all-ones

Simulation

0498-diagonal-traverse
1642-water-bottles
2048-build-array-from-permutation
2058-concatenation-of-array
2324-find-triangular-sum-of-an-array
3336-water-bottles-ii

Hash Table

0036-valid-sudoku
1227-number-of-equivalent-domino-pairs
1635-number-of-good-pairs
2215-finding-3-digit-even-numbers
3242-count-elements-with-maximum-frequency
3629-total-characters-in-string-after-transformations-i
4008-restore-finishing-order

Greedy

0011-container-with-most-water
0611-valid-triangle-number
1018-largest-perimeter-triangle
1917-maximum-average-pass-ratio

Heap (Priority Queue)

0407-trapping-rain-water-ii
1917-maximum-average-pass-ratio

Counting

1227-number-of-equivalent-domino-pairs
1635-number-of-good-pairs
3242-count-elements-with-maximum-frequency
3629-total-characters-in-string-after-transformations-i
3778-transform-array-by-parity

Two Pointers

0011-container-with-most-water
0611-valid-triangle-number
2392-successful-pairs-of-spells-and-potions

Binary Search

0611-valid-triangle-number
2392-successful-pairs-of-spells-and-potions

Sorting

0611-valid-triangle-number
1018-largest-perimeter-triangle
2215-finding-3-digit-even-numbers
2392-successful-pairs-of-spells-and-potions
3778-transform-array-by-parity

Geometry

0830-largest-triangle-area

Combinatorics

2324-find-triangular-sum-of-an-array

Breadth-First Search

0407-trapping-rain-water-ii

Enumeration

2215-finding-3-digit-even-numbers

String

3629-total-characters-in-string-after-transformations-i

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages