Skip to content

pradeepvrm/Leetcode-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode-solutions

Collection of LeetCode questions solved by- Pradeep Verma

LeetCode Topics

Array

0011-container-with-most-water
0015-3sum
0033-search-in-rotated-sorted-array
0074-search-a-2d-matrix
0078-subsets
0347-top-k-frequent-elements
0747-min-cost-climbing-stairs
0907-koko-eating-bananas

Two Pointers

0011-container-with-most-water
0015-3sum
0143-reorder-list

Sorting

0015-3sum
0347-top-k-frequent-elements

Tree

0098-validate-binary-search-tree
0102-binary-tree-level-order-traversal
0104-maximum-depth-of-binary-tree
0199-binary-tree-right-side-view
1544-count-good-nodes-in-binary-tree

Breadth-First Search

0102-binary-tree-level-order-traversal
0104-maximum-depth-of-binary-tree
0199-binary-tree-right-side-view
1544-count-good-nodes-in-binary-tree

Binary Tree

0098-validate-binary-search-tree
0102-binary-tree-level-order-traversal
0104-maximum-depth-of-binary-tree
0199-binary-tree-right-side-view
1544-count-good-nodes-in-binary-tree

Greedy

0011-container-with-most-water

Binary Search

0033-search-in-rotated-sorted-array
0074-search-a-2d-matrix
0907-koko-eating-bananas

Hash Table

0208-implement-trie-prefix-tree
0347-top-k-frequent-elements
0424-longest-repeating-character-replacement

Divide and Conquer

0347-top-k-frequent-elements

Heap (Priority Queue)

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

0338-counting-bits
0747-min-cost-climbing-stairs

Bit Manipulation

0078-subsets
0338-counting-bits

Matrix

0074-search-a-2d-matrix

Depth-First Search

0098-validate-binary-search-tree
0104-maximum-depth-of-binary-tree
0199-binary-tree-right-side-view
0211-design-add-and-search-words-data-structure
1544-count-good-nodes-in-binary-tree

Binary Search Tree

0098-validate-binary-search-tree

Linked List

0002-add-two-numbers
0143-reorder-list

Stack

0143-reorder-list

Recursion

0002-add-two-numbers
0143-reorder-list

Math

0002-add-two-numbers

String

0208-implement-trie-prefix-tree
0211-design-add-and-search-words-data-structure
0424-longest-repeating-character-replacement

Sliding Window

0424-longest-repeating-character-replacement

Design

0208-implement-trie-prefix-tree
0211-design-add-and-search-words-data-structure

Trie

0208-implement-trie-prefix-tree
0211-design-add-and-search-words-data-structure

Backtracking

0078-subsets

About

Collection of my Leetcode Solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages