Skip to content

Commit a48057f

Browse files
min deviation
1 parent 2fb09b3 commit a48057f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

greedy_methods/minimize_deviation_in_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
class Solution:
24-
def minimum_deviation(self, nums) -> int:
24+
def minimum_deviation(self, nums: list[int]) -> int:
2525
"""
2626
Function to find the minimum deviation of an array after performing operations.
2727

0 commit comments

Comments
 (0)