reset password
Author Message
G190852562
Posts: 162
Posted 22:08 Nov 10, 2014 |

Anybody else having trouble with EC2?

vsluong4
Posts: 87
Posted 22:29 Nov 10, 2014 |

Still some time before deadline

 

What do you need help with?

G190852562
Posts: 162
Posted 22:57 Nov 10, 2014 |

first of all, is the graph on the course page incorrect? 

G190852562
Posts: 162
Posted 23:15 Nov 10, 2014 |

I'm having trouble how to change the algorithm to BFS. 

If we change the DFS to BFS then it's not Kosaraju Algorithm anymore though.... 

vsluong4
Posts: 87
Posted 23:25 Nov 10, 2014 |

For the second pass of DFS, it has to be implemented as a loop

 

Then just change it from a Stack into a Queue

That's it