Method
getShortestPathLength
그래프의 두 노드 org에서 dest로 이동하는 가장 짧은 경로의 길이를 반환하는 함수 @param org @param dest @param adj @return
(int org, int dest, ArrayList<Integer>[] adj)
Source from the content-addressed store, hash-verified
source not stored for this graph (policy: none)
Tested by
no test coverage detected