Basic Inequality¶
Table of Contents¶
- 3081. Replace Question Marks in String to Minimize Its Value (Medium)
- 1969. Minimum Non-Zero Product of the Array Elements (Medium)
- 2939. Maximum Xor Product (Medium)
- 2897. Apply Operations on Array to Maximize Sum of Squares (Hard)
3081. Replace Question Marks in String to Minimize Its Value¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: hash table, string, greedy, sorting, heap priority queue, counting
1969. Minimum Non-Zero Product of the Array Elements¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: math, greedy, recursion
2939. Maximum Xor Product¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: math, greedy, bit manipulation
2897. Apply Operations on Array to Maximize Sum of Squares¶
-
LeetCode | LeetCode CH (Hard)
-
Tags: array, hash table, greedy, bit manipulation