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

Function getMaximumPassableRadius

chapter10/problem_c/main.cpp:102–124  ·  view source on GitHub ↗

* 해당 복도를 통과할 수 있는 가장 큰 반지름을 계산하여 반환한다 * * @param N 센서들의 수 * @param W 복도의 폭 * @param sensors 각 센서들의 정보 * @return 통과 가능한 가장 큰 반지름 */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testCaseFunction · 0.85

Calls 1

isPossibleFunction · 0.70

Tested by

no test coverage detected