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

Method isPossible

chapter10/problem_a/Main.java:74–89  ·  view source on GitHub ↗

총 M의 예산으로 최저 속도 하한선 달성 여부를 검사하는 함수 @param N 열차의 수 @param M 총 예산 @param minimumSpeed 속도 하한선 @param S 각 열차의 초기 속도 @param V 각 열차의 예산당 속도 증가량 @return 실현 가능 여부

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

getMaximumSpeedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected