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

Method getMaximumGCD

chapter04/problem_j/Main.java:18–56  ·  view source on GitHub ↗

게임의 규칙을 만족하면서 만들 수 있는 가장 큰 최대공약수를 반환하는 함수 @param n 주어진 카드의 수 @param cards 각 카드에 적힌 숫자 배열 @return

(int n, int[] cards)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls 2

factorizeMethod · 0.95
powIntMethod · 0.95

Tested by

no test coverage detected