Other Math Greedy¶
Table of Contents¶
- 1414. Find the Minimum Number of Fibonacci Numbers Whose Sum Is K (Medium)
- 3107. Minimum Operations to Make Median of Array Equal to K (Medium)
- 754. Reach a Number (Medium)
- 1058. Minimize Rounding Error to Meet Target (Medium) 👑
1414. Find the Minimum Number of Fibonacci Numbers Whose Sum Is K¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: math, greedy
3107. Minimum Operations to Make Median of Array Equal to K¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: array, greedy, sorting
754. Reach a Number¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: math, binary search
1058. Minimize Rounding Error to Meet Target¶
-
LeetCode | LeetCode CH (Medium)
-
Tags: array, math, string, greedy, sorting