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

Function isPossible

chapter10/problem_c/main.cpp:30–92  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

getMaximumPassableRadiusFunction · 0.70

Calls 4

emptyMethod · 0.80
popMethod · 0.80
pushMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected