Manhattan Distance¶
Table of Contents¶
- 3443. Maximum Manhattan Distance After K Changes (Medium)
- 1131. Maximum of Absolute Value Expression (Medium)
- 3102. Minimize Manhattan Distances (Hard)
- 1330. Reverse Subarray To Maximize Array Value (Hard)
- 1956. Minimum Time For K Virus Variants to Spread (Hard) 👑
- 2613. Beautiful Pairs (Hard) 👑
3443. Maximum Manhattan Distance After K Changes¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: hash table, math, string, counting
1131. Maximum of Absolute Value Expression¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: array, math
3102. Minimize Manhattan Distances¶
-
LeetCode | LeetCode CH (Hard)
-
Tags: array, math, geometry, sorting, ordered set
1330. Reverse Subarray To Maximize Array Value¶
-
LeetCode | LeetCode CH (Hard)
-
Tags: array, math, greedy
1956. Minimum Time For K Virus Variants to Spread¶
-
LeetCode | LeetCode CH (Hard)
-
Tags: array, math, binary search, geometry, enumeration
2613. Beautiful Pairs¶
-
LeetCode | LeetCode CH (Hard)
-
Tags: array, math, divide and conquer, geometry, sorting, ordered set