Dvandenburg117 / cs435-Project2

0 stars 0 forks source link

Comment #7 #7

Open beginnerCS opened 4 years ago

beginnerCS commented 4 years ago

In your GraphSearch class, it seems that every method had a visited() list. You can likely condense your code by making the visited list a part of the GraphSearch class.