Logo 
Search:

C++ Programming FAQ

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

What is graph in dfs (data file structure)?

  Shared By: Bittan Fischer    Date: Apr 21    Category: C++ Programming    Views: 1210

Answer:

Graph is a non-linear data structure consists of non-empty set V which is called set of vertices and a set of edges E and a mapping between each and every members of E to the set of two nodes from V.

Share: 
 

Didn't find what you were looking for? Find more on What is graph 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: