reset password
Author Message
kevinmowers@yahoo.com
Posts: 49
Posted 20:19 Nov 07, 2014 |

I'm having difficulty connecting Kosaraju.java (by Keith Schwarz) with Graph.java. It seems like Kosaraju.java wants to add nodes directly to the graph. Should we change Graph.java to meet Kosaraju.java's methods or change Kosaraju.java's code to meet Graph.java's methods? Any suggestions or hints?

vsluong4
Posts: 87
Posted 20:40 Nov 07, 2014 |

Implement both methods and see which one works better