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

Method getCoveredRatio

chapter10/problem_d/Main.java:43–83  ·  view source on GitHub ↗

기준 원 영역 중 커버리지에 의해 덮혀진 영역의 비율을 계산하는 함수 @param N 커버리지들의 수 @param globalRange 기준 원 영역 @param coverages 각 와이파이들의 커버리지 @return 덮혀진 영역의 비율

(int N, Circle globalRange, Circle[] coverages)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testcaseMethod · 0.95

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected