Java BFS

Associate
Joined
8 Sep 2008
Posts
606
Location
Aber/Nantwich
Hi was wondering if someone could describe the BFS search to me. I've looked on the web but it doesn't really help me understand what I'm doing.

I have a graph that has two Hashtable<String, HashSet<String> that contains the data. One contains movies with sets of actors, the other has actors and sets of movies. I'm not sure which one I need to use.

So, would you be able to help me?

Thanks =]
 
Back
Top Bottom