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

Function getDfsOrder

chapter07/problem_b/main.cpp:24–53  ·  view source on GitHub ↗

* @param N 그래프의 정점의 수 * @param adj 각 노드들에 대한 인접 리스트의 배열 * @return 깊이 우선 탐색으로 탐색된 노드들의 번호 리스트 */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.70

Calls 4

emptyMethod · 0.80
popMethod · 0.80
pushMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected