What is a Graph? |
A graph is a collection of nodes or vertices (here, the webpages) that are connected via links or edges (here, the hyperlinks). A link must always connect from one node to one other node (these could both be the same node). A node can have more than one incoming or outgoing link, and it could even have no links at all."
|