Skip to content

Ash-codes18/Cpp_DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

LeetCode Topics

Dynamic Programming

1488-sort-integers-by-the-power-value
1659-get-the-maximum-score

Memoization

1488-sort-integers-by-the-power-value

Sorting

1488-sort-integers-by-the-power-value

Tree

0099-recover-binary-search-tree
2493-reverse-odd-levels-of-binary-tree

Depth-First Search

0099-recover-binary-search-tree
0133-clone-graph
0854-making-a-large-island
1396-count-servers-that-communicate
2493-reverse-odd-levels-of-binary-tree

Breadth-First Search

0133-clone-graph
0854-making-a-large-island
1396-count-servers-that-communicate
1876-map-of-highest-peak
2493-reverse-odd-levels-of-binary-tree

Binary Tree

0099-recover-binary-search-tree
2493-reverse-odd-levels-of-binary-tree

String

1537-maximum-score-after-splitting-a-string
3309-count-prefix-and-suffix-pairs-i

Prefix Sum

1537-maximum-score-after-splitting-a-string

Array

0189-rotate-array
0854-making-a-large-island
1396-count-servers-that-communicate
1659-get-the-maximum-score
1876-map-of-highest-peak
2116-count-number-of-pairs-with-absolute-difference-k
2685-first-completely-painted-row-or-column
3309-count-prefix-and-suffix-pairs-i

Trie

3309-count-prefix-and-suffix-pairs-i

Rolling Hash

3309-count-prefix-and-suffix-pairs-i

String Matching

3309-count-prefix-and-suffix-pairs-i

Hash Function

3309-count-prefix-and-suffix-pairs-i

Hash Table

0133-clone-graph
2116-count-number-of-pairs-with-absolute-difference-k
2455-node-with-highest-edge-score
2685-first-completely-painted-row-or-column

Graph

0133-clone-graph
2455-node-with-highest-edge-score

Binary Search Tree

0099-recover-binary-search-tree

Two Pointers

0189-rotate-array
1659-get-the-maximum-score

Greedy

1659-get-the-maximum-score

Matrix

0854-making-a-large-island
1396-count-servers-that-communicate
1876-map-of-highest-peak
2685-first-completely-painted-row-or-column

Math

0189-rotate-array

Union Find

0854-making-a-large-island
1396-count-servers-that-communicate

Counting

1396-count-servers-that-communicate
2116-count-number-of-pairs-with-absolute-difference-k