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
Define graph. Explain Graph Representation ?
==> Graph--