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

Method isPossible

chapter10/problem_c/Main.java:78–143  ·  view source on GitHub ↗

물체의 반지름이 R일 때 복도를 통과할 수 있는지 검사한다 @param N 센서들의 수 @param W 복도의 폭 @param R 테스트할 물체의 반지름 @param sensors 각 센서의 정보 @return 통과할 수 있다면 True, 아니면 False를 반환한다.

(int N, double W, double R, Sensor[] sensors)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Calls 4

addMethod · 0.80
fillMethod · 0.80
popMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected