Well, I am currently working on the A* algorithm. This is my code:
public Path determineShortestPath(int sourceNodeId, int targetNodeId) { return PathSea