Logo 
Search:

C++ Programming FAQ

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

What is an Adjacent Matrix in dfs (data file structure)?

  Shared By: Adelhelm Fischer    Date: Apr 30    Category: C++ Programming    Views: 869

Answer:

It is a tabular or matrix representation of a given graph which gives us the information about each and every adjacent node is called adjacent matrix.

Share: 
 

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