algorithm - Relation between DFS and pre-order traversal -


i have 2 statements , i'm confused correct.

  1. is depth first search(dfs) similar pre-order traversal.
  2. is pre-order traversal similar depth first search(dfs).

if graph tree pre-order traversal type of dfs.
have 3 different tree-traversal styles (pre-order, in-order, post-order). types of dfs.

see this more information.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -