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

Function findAllCombinations

chapter06/problem_d/main.cpp:17–58  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected