MCPcopy Create free account
hub / github.com/dongyi-kim/10weeks-codingtest / is_ordered

Function is_ordered

chapter02/problem_b/solution.py:7–18  ·  view source on GitHub ↗

주어진 배열이 오름차순으로 정렬되어있는지 검사하는 함수 :param data: 정수 배열 :return: 정렬된 상태라면 True, 아니라면 False

(data: List[int])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

solution.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected