1102 |
Path With Maximum Minimum Value |
Medium |
|
1103 |
Distribute Candies to People |
Easy |
|
1104 |
Path In Zigzag Labelled Binary Tree |
Medium |
Math
|
Tree
|
1105 |
Filling Bookcase Shelves |
Medium |
|
1106 |
Parsing A Boolean Expression |
Hard |
|
1108 |
Defanging an IP Address |
Easy |
|
1109 |
Corporate Flight Bookings |
Medium |
|
1110 |
Delete Nodes And Return Forest |
Medium |
Tree
|
Depth-first Search
|
1111 |
Maximum Nesting Depth of Two Valid Parentheses Strings |
Medium |
|
1120 |
Maximum Average Subtree |
Medium |
Tree
|
1122 |
Relative Sort Array |
Easy |
|
1123 |
Lowest Common Ancestor of Deepest Leaves |
Medium |
Tree
|
Depth-first Search
|
1124 |
Longest Well-Performing Interval |
Medium |
|
1128 |
Number of Equivalent Domino Pairs |
Easy |
|
1129 |
Shortest Path with Alternating Colors |
Medium |
Breadth-first Search
|
Graph
|
1130 |
Minimum Cost Tree From Leaf Values |
Medium |
Dynamic Programming
|
Stack |
Tree
|
1135 |
Connecting Cities With Minimum Cost |
Medium |
|
1136 |
Parallel Courses |
Medium |
|
1137 |
N-th Tribonacci Number |
Easy |
|
1138 |
Alphabet Board Path |
Medium |
|
1144 |
Decrease Elements To Make Array Zigzag |
Medium |
|
1145 |
Binary Tree Coloring Game |
Medium |
Tree
|
Depth-first Search
|
1146 |
Snapshot Array |
Medium |
|
1147 |
Longest Chunked Palindrome Decomposition |
Hard |
|
1153 |
String Transforms Into Another String |
Hard |
Graph
|
1160 |
Find Words That Can Be Formed by Characters |
Easy |
|
1161 |
Maximum Level Sum of a Binary Tree |
Medium |
|
1162 |
As Far from Land as Possible |
Medium |
|
1163 |
Last Substring in Lexicographical Order |
Hard |
|
1168 |
Optimize Water Distribution in a Village |
Hard |
|
1169 |
Invalid Transactions |
Medium |
|
1170 |
Compare Strings by Frequency of the Smallest Character |
Medium |
|
1171 |
Remove Zero Sum Consecutive Nodes from Linked List |
Medium |
|
1172 |
Dinner Plate Stacks |
Hard |
|
1175 |
Prime Arrangements |
Easy |
|
1176 |
Diet Plan Performance |
Easy |
|
1177 |
Can Make Palindrome from Substring |
Medium |
|
1184 |
Distance Between Bus Stops |
Easy |
|
1185 |
Day of the Week |
Easy |
|
1192 |
Critical Connections in a Network |
Hard |
Depth-first Search
|