두 노드 current부터 goal까지의 최장 경로의 길이를 반환하는 함수 @param current @param goal @param adj @return
(int current, int goal, ArrayList<Integer>[] adj)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected