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

Method getDeadPlayersList

chapter05/problem_d/Main.java:17–43  ·  view source on GitHub ↗

조세퍼스 게임을 수행하여 각 플레이어가 제거된 순서를 리스트로 반환하는 함수 @param n 플레이어의 수 @param m 매 턴마다 건너 뛸 사람의 수 @param players 좌석에 앉아있는 순서대로 주어지는 플레이어 정보 @return

(int n, int m, Player[] players)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testCaseMethod · 0.95

Calls 3

addMethod · 0.80
pollMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected