We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f2f9f commit ce15f59Copy full SHA for ce15f59
data_structures/arrays/monotonic_array.py
@@ -33,4 +33,5 @@ def is_monotonic(nums: list[int]) -> bool:
33
print(is_monotonic([1, 3, 2])) # Output: False
34
35
import doctest
36
+
37
doctest.testmod()
0 commit comments