Non-recursive depth first search algorithm [closed]

I am looking for a non-recursive depth first search algorithm for a non-binary tree. Any help is very much appreciated.

18 Answers
18

Leave a Comment