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

Function getShortestPathLength

chapter07/problem_d/main.cpp:26–57  ·  view source on GitHub ↗

* 그래프의 두 노드 org에서 dest로 이동하는 가장 짧은 경로의 길이를 반환하는 함수 * * @param org * @param dest * @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
sizeMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected