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

Method getMaximumHeight

chapter02/problem_a/Main.java:16–34  ·  view source on GitHub ↗

생일이 m월인 가장 큰 키의 도토리를 찾는 함수 @param height 각 도토리의 키 @param month 각 도토리의 출생 월 @param n 도토리의 수 @param m 찾고자 하는 달 @return month[k] == m인 가장 큰 height[k]

(int[] height, int[] month, int n, int m)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected