reset password
Author Message
tpatel11
Posts: 12
Posted 18:50 Dec 05, 2014 |

In lab 8, BFS Zombie is also one thread or as lab 1 , BFS just like ZombieRecursiveImpl?

kscasado
Posts: 19
Posted 18:52 Dec 05, 2014 |

I assumed it should be treated as a thread. This way you can compare it with recursiveImpl() and get better competition/comparison.

MariahM
Posts: 35
Posted 18:55 Dec 05, 2014 |
Any idea how to refresh the maze without closing. Been at it for hours
kscasado
Posts: 19
Posted 18:58 Dec 05, 2014 |

You mean to solve for a solution on a different maze? 

 

Check if you are marking up the map. This cannot happen, also make sure you are resetting everything. Take a close look at his actionlistener on solve. this should help

 

Edit: You can mark it up, just make sure that by the time the gui checks it to update that the markups are gone.

Last edited by kscasado at 18:59 Dec 05, 2014.