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

Method findTargetTowers

chapter05/problem_b/Main.java:17–43  ·  view source on GitHub ↗

파라미터로 주어지는 각 타워들에 대해 타겟 타워를 계산하는 함수 @param n 타워의 수 @param towers 왼쪽~오른쪽 순서로 저장된 타워 배열

(int n, Tower[] towers)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls 6

setTargetTowerMethod · 0.95
peekMethod · 0.80
popMethod · 0.80
isEmptyMethod · 0.45
sizeMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected