mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-06-16 19:09:17 -04:00
Update array-check_mountain.py
This commit is contained in:
parent
0672ae9a3a
commit
896aaaf88f
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue