Update array-check_mountain.py

This commit is contained in:
bt3gl 2023-07-30 15:54:14 -07:00 committed by GitHub
parent 0672ae9a3a
commit 896aaaf88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# author: bt3gl
''' '''
Given an array of integers arr, return true if and only if it is a valid mountain array. Given an array of integers arr, return true if and only if it is a valid mountain array.