justHusam's blog

By justHusam, 9 years ago, In English

How i can use array instead of stack in tarjan algorithm ?? i tried to implement something but i'm getting run time error and i don't know why :( ?

  • Vote: I like it
  • +4
  • Vote: I do not like it

»
9 years ago, # |
Rev. 3   Vote: I like it 0 Vote: I do not like it

wrong

»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it

You mean using own stack instead of system stack in recursion?