There was an error while loading. Please reload this page.
1 parent 2fb09b3 commit a48057fCopy full SHA for a48057f
1 file changed
greedy_methods/minimize_deviation_in_array.py
@@ -21,7 +21,7 @@
21
22
23
class Solution:
24
- def minimum_deviation(self, nums) -> int:
+ def minimum_deviation(self, nums: list[int]) -> int:
25
"""
26
Function to find the minimum deviation of an array after performing operations.
27
0 commit comments