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

Method getMaximumSpeed

chapter10/problem_a/Main.java:46–63  ·  view source on GitHub ↗

@brief 총 M의 예산을 투자하여 가장 느린 기차의 속도 최대값 @param N 기차의 수 @param M 총 예산 @param S S[i] := 각 열차의 초기 속력 @param V V[i] := 각 열차의 단위 예산당 속도 증가량 @return

(int N, long M, long[] S, long[] V)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testCaseMethod · 0.95

Calls 1

isPossibleMethod · 0.95

Tested by

no test coverage detected