Define graph. Explain Graph Representation ? 


==> Graph--

  • Graph is a nonlinear data structure,it contains a set of points known as nodes(or vertices) and set of links known as edges(or Arcs) which connects the vertices


Share to whatsapp

More Questions from Data Structures and Algorithms Module 5

Explain in details about .Searching a Value using Linear Probing ?


View

Define weighted graph. Explain weighted graph represention with example ? 


View

Explain in details about SpanningTrees ? 


View

Explain about types of hash functions ?


View

Explain in detail about Radix Sort ? 


View

Define graph traversal. Explain techniques of graph traversal ? 


View

Define Collisions. Explain methods of Collisions ? 


View