Closed Iqbal-khan07 closed 4 years ago
As per requirements for Project 2, it is not sufficient to check if two nodes have an undirected edge; we need to check if it is valid to have an edge based on the (x, y) coordinates. https://github.com/vap38/CS435_Project2/blob/c69f244b05592c79d575ca071ef73700042a28e5/aStar/GridGraph.py#L14
Commit 527173e
As per requirements for Project 2, it is not sufficient to check if two nodes have an undirected edge; we need to check if it is valid to have an edge based on the (x, y) coordinates. https://github.com/vap38/CS435_Project2/blob/c69f244b05592c79d575ca071ef73700042a28e5/aStar/GridGraph.py#L14