vap38 / CS435_Project2

Project 2 for CS435
0 stars 0 forks source link

comment #2 #2

Closed Iqbal-khan07 closed 4 years ago

Iqbal-khan07 commented 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

vap38 commented 4 years ago

Commit 527173e