pvpcoder's blog

By pvpcoder, history, 11 years ago, In English

I am trying to solve this problems Problem.The problems is to check whether the given graph is a single strongly connected component or not.I used tarjan algorithm MY CODE shows the correct output for all test cases.But I am not able to get where the error is.

  • Vote: I like it
  • -1
  • Vote: I do not like it

| Write comment?