Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

What is Initial Node in dfs (data file structure)?

  Shared By: Waldemar Fischer    Date: Oct 31    Category: C++ Programming    Views: 405

Answer:

Let (V,E) be a graph and let x belongs to E be a directed edge associated with the ordered pair of nodes (u,v). The node u is called the initial node.

Share: 
 

Didn't find what you were looking for? Find more on What is Initial Node in dfs (data file structure)? Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: