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

Method getLongestPathLength

chapter07/problem_c/Main.java:20–24  ·  view source on GitHub ↗

두 노드 current부터 goal까지의 최장 경로의 길이를 반환하는 함수 @param current @param goal @param adj @return

(int current, int goal, ArrayList<Integer>[] adj)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected