0% found this document useful (0 votes)
21 views1 page

The Ultimate DSA Sheet

The document is a list of data structure and algorithm (DSA) problems categorized by topic, difficulty, and rating. It includes various problem types such as graphs, dynamic programming, greedy algorithms, and more, with associated ratings and difficulty levels. Each entry provides a problem name and its respective classification for easier navigation and study.

Uploaded by

Ramkumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views1 page

The Ultimate DSA Sheet

The document is a list of data structure and algorithm (DSA) problems categorized by topic, difficulty, and rating. It includes various problem types such as graphs, dynamic programming, greedy algorithms, and more, with associated ratings and difficulty levels. Each entry provides a problem name and its respective classification for easier navigation and study.

Uploaded by

Ramkumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

The Ultimate DSA Sheet Sign in Try Whimsical

S.No
111 Topic
Graphs Problem Name
Graph Valid Tree Difficulty
70 Rating Pack
20 L

112 1-D DP Maximum Product Subarray 70 20 L

113 1-D DP Word Break 70 20 L

114 2-D DP Interleaving String 70 20 L

115 Greedy Partition Labels 70 20 L

116 Greedy Valid Parenthesis String 70 20 L

117 Intervals Minimum Interval to Include Each Query 70 20 L

118 Math Detect Squares 70 20 L

119 Sliding Window Sliding Window Maximum 75 20 L

120 Linked List LRU Cache 75 20 L

121 Trees Kth Smallest Element In a BST 75 20 L

122 Graphs Course Schedule II 75 20 L

123 Graphs Number of Connected Components In An 75 20 L


Undirected Graph

124 Graphs Redundant Connection 75 20 L

125 Advanced Graphs Network Delay Time 75 20 L

126 1-D DP Longest Increasing Subsequence 75 20 L

127 2-D DP Longest Increasing Path In a Matrix 75 20 L

128 Arrays Longest Consecutive Sequence 85 20 L

129 Two Pointers Trapping Rain Water 85 25 L

130 Stack Largest Rectangle In Histogram 85 25 L

131 Binary Search Median of Two Sorted Arrays 85 25 L

132 Linked List Merge K Sorted Lists 85 25 L

133 Trees Construct Binary Tree From Preorder And 85 25 L


Inorder Traversal

134 Priority Queue Find Median From Data Stream 85 25 L

135 Backtracking N Queens 85 25 L

You might also like