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

Method findAllCombinations

chapter06/problem_d/Main.java:19–59  ·  view source on GitHub ↗

@brief depth 번째 이후 알파벳 조합을 탐색하는 함수 모든 알파벳이 선택되었다면, 선택 된 알파벳을 모두 출력한다 @param depth 재귀함수의 깊이 (= 선택된 알파벳 수 + 1) @param limit 재귀함수의 최대 깊이 제한 @param selectedIndex 현재까지 선택한 데이터들의 인덱스

(int depth, int limit, ArrayList<Integer> selectedIndex)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls 5

toStringMethod · 0.80
addMethod · 0.80
getMethod · 0.45
sizeMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected