Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 443 Bytes

2. Graph vs Tree: An overview.md

File metadata and controls

11 lines (5 loc) · 443 Bytes

Graphs: It is nodes arranged in either ways of connected, disconnected, undirected, directed(digraph), cyclic, acyclic manner.

Tree: A structure of graph which must be connected and not cyclic.

Adjacency matrix: It is column-row wise representation of nodes and directions of edges interconnect them.

Draw matrix for the same.

image