File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1095
1095
1058 | [ Minimize Rounding Error to Meet Target] ( https://leetcode.com/problems/minimize-rounding-error-to-meet-target/ ) | [ C++] ( ./C++/minimize-rounding-error-to-meet-target.cpp ) [ Python] ( ./Python/minimize-rounding-error-to-meet-target.py ) | _ O(n)_ on average | _ O(n)_ | Medium | 🔒 | Quick Select
1096
1096
1081| [ Smallest Subsequence of Distinct Characters] ( https://leetcode.com/problems/smallest-subsequence-of-distinct-characters/ ) | [ C++] ( ./C++/smallest-subsequence-of-distinct-characters.cpp ) [ Python] ( ./Python/smallest-subsequence-of-distinct-characters.py ) | _ O(n)_ | _ O(1)_ | Medium | same as [ Remove Duplicate Letters] ( https://leetcode.com/problems/remove-duplicate-letters/ ) | Mono Stack |
1097
1097
1090 | [ Largest Values From Labels] ( https://leetcode.com/problems/largest-values-from-labels/ ) | [ C++] ( ./C++/largest-values-from-labels.cpp ) [ Python] ( ./Python/largest-values-from-labels.py ) | _ O(nlogn)_ | _ O(n)_ | Medium ||
1098
- 1111 | [ Maximum Nesting Depth of Two Valid Parentheses Strings] ( https://leetcode.com/problems/maximum-nesting-depth-of-two-valid-parentheses-strings/ ) | [ C++] ( ./C++/lmaximum -nesting-depth-of-two-valid-parentheses-strings.cpp ) [ Python] ( ./Python/maximum-nesting-depth-of-two-valid-parentheses-strings.py ) | _ O(n)_ | _ O(1)_ | Medium ||
1098
+ 1111 | [ Maximum Nesting Depth of Two Valid Parentheses Strings] ( https://leetcode.com/problems/maximum-nesting-depth-of-two-valid-parentheses-strings/ ) | [ C++] ( ./C++/maximum -nesting-depth-of-two-valid-parentheses-strings.cpp ) [ Python] ( ./Python/maximum-nesting-depth-of-two-valid-parentheses-strings.py ) | _ O(n)_ | _ O(1)_ | Medium ||
1099
1099
1100
1100
## Graph
1101
1101
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
You can’t perform that action at this time.
0 commit comments