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

Method getBfsOrder

chapter07/problem_a/Main.java:47–75  ·  view source on GitHub ↗

@param N 그래프의 정점의 수 @param adj 2차원 인접 행렬 @return 너비 우선 탐색으로 탐색된 노드들의 번호 리스트

(int N, boolean[][] adj)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls 3

addMethod · 0.80
pollMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected