Well I am programming on a A* algortihm. This is my code so far:
public Path determineShortestPath(int sourceNodeId, int targetNodeId) { return PathSearch(s