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

Function get_maximum_height

chapter02/problem_a/solution.py:7–23  ·  view source on GitHub ↗

생일이 m월인 가장 큰 키의 도토리를 찾는 함수 :param heights: 각 도토리의 키 :param months: 각 도토리의 달 :param m: 찾을 생일이 속한 달 :return: 해당 달에 속한 도토리의 가장 큰 키

(heights: List[int], months: List[int], m: 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