Complete-Preparation

🎉 One-stop destination for all your technical interview Preparation 🎉

View the Project on GitHub

Introduction to Graph

Type of graphs

Introduction to graph

  1. Directed: If there is an edge from u to v, then there is no edge from v to u.

  2. Undirected: If there is an edge from u to v, then there is an edge from v to u.

Components of a Graph

Graph gfg