Skip to content

pranav-sirnapalli/My_Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My_Leetcode

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

LeetCode Topics

Hash Table

0001-two-sum
0205-isomorphic-strings
0217-contains-duplicate
0219-contains-duplicate-ii
0242-valid-anagram
0268-missing-number
0349-intersection-of-two-arrays
0350-intersection-of-two-arrays-ii
0383-ransom-note
0389-find-the-difference
0448-find-all-numbers-disappeared-in-an-array
1482-how-many-numbers-are-smaller-than-the-current-number

String

0205-isomorphic-strings
0242-valid-anagram
0383-ransom-note
0389-find-the-difference
0520-detect-capital
0551-student-attendance-record-i
2137-final-value-of-variable-after-performing-operations
3396-valid-word

Array

0001-two-sum
0046-permutations
0054-spiral-matrix
0055-jump-game
0118-pascals-triangle
0119-pascals-triangle-ii
0121-best-time-to-buy-and-sell-stock
0150-evaluate-reverse-polish-notation
0189-rotate-array
0198-house-robber
0200-number-of-islands
0217-contains-duplicate
0219-contains-duplicate-ii
0268-missing-number
0349-intersection-of-two-arrays
0350-intersection-of-two-arrays-ii
0448-find-all-numbers-disappeared-in-an-array
1019-squares-of-a-sorted-array
1395-minimum-time-visiting-all-points
1482-how-many-numbers-are-smaller-than-the-current-number
1878-check-if-array-is-sorted-and-rotated
2137-final-value-of-variable-after-performing-operations
2497-maximum-matching-of-players-with-trainers
2698-find-the-array-concatenation-value
3429-special-array-i

Bit Manipulation

0222-count-complete-tree-nodes
0268-missing-number
0389-find-the-difference

Sorting

0217-contains-duplicate
0242-valid-anagram
0268-missing-number
0349-intersection-of-two-arrays
0350-intersection-of-two-arrays-ii
0389-find-the-difference
1019-squares-of-a-sorted-array
1482-how-many-numbers-are-smaller-than-the-current-number
2497-maximum-matching-of-players-with-trainers

Binary Search

0222-count-complete-tree-nodes
0268-missing-number
0349-intersection-of-two-arrays
0350-intersection-of-two-arrays-ii

Tree

0129-sum-root-to-leaf-numbers
0199-binary-tree-right-side-view
0222-count-complete-tree-nodes
0236-lowest-common-ancestor-of-a-binary-tree
0437-path-sum-iii
0669-trim-a-binary-search-tree
0783-search-in-a-binary-search-tree
1116-maximum-level-sum-of-a-binary-tree
1474-longest-zigzag-path-in-a-binary-tree

Binary Tree

0129-sum-root-to-leaf-numbers
0199-binary-tree-right-side-view
0222-count-complete-tree-nodes
0236-lowest-common-ancestor-of-a-binary-tree
0437-path-sum-iii
0669-trim-a-binary-search-tree
0783-search-in-a-binary-search-tree
1116-maximum-level-sum-of-a-binary-tree
1474-longest-zigzag-path-in-a-binary-tree

Depth-First Search

0129-sum-root-to-leaf-numbers
0199-binary-tree-right-side-view
0200-number-of-islands
0236-lowest-common-ancestor-of-a-binary-tree
0437-path-sum-iii
0669-trim-a-binary-search-tree
1116-maximum-level-sum-of-a-binary-tree
1474-longest-zigzag-path-in-a-binary-tree

Binary Search Tree

0669-trim-a-binary-search-tree
0783-search-in-a-binary-search-tree

Math

0150-evaluate-reverse-polish-notation
0189-rotate-array
0268-missing-number
1395-minimum-time-visiting-all-points

Two Pointers

0189-rotate-array
0349-intersection-of-two-arrays
0350-intersection-of-two-arrays-ii
1019-squares-of-a-sorted-array
2497-maximum-matching-of-players-with-trainers
2698-find-the-array-concatenation-value

Simulation

0054-spiral-matrix
2137-final-value-of-variable-after-performing-operations
2698-find-the-array-concatenation-value

Counting

0383-ransom-note
1482-how-many-numbers-are-smaller-than-the-current-number

Geometry

1395-minimum-time-visiting-all-points

Matrix

0054-spiral-matrix
0200-number-of-islands

Breadth-First Search

0199-binary-tree-right-side-view
0200-number-of-islands
1116-maximum-level-sum-of-a-binary-tree

Union Find

0200-number-of-islands

Dynamic Programming

0055-jump-game
0118-pascals-triangle
0119-pascals-triangle-ii
0121-best-time-to-buy-and-sell-stock
0198-house-robber
1474-longest-zigzag-path-in-a-binary-tree

Greedy

0055-jump-game
2497-maximum-matching-of-players-with-trainers

Backtracking

0046-permutations

Sliding Window

0219-contains-duplicate-ii

Stack

0150-evaluate-reverse-polish-notation

About

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