Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8bb56cf

Browse files
committedOct 14, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b74a7d1 commit 8bb56cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎data_structures/arrays/monotonic_array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import doctest
22

3+
34
# https://leetcode.com/problems/monotonic-array/
45
def is_monotonic(nums: list[int]) -> bool:
56
"""

0 commit comments

Comments
 (0)
Please sign in to comment.