Thursday, June 14, 2012

Graphs

A graph G is a set of vertices and a set of edges that connects the vertices together.

It is written as
G = (V, E)

 

Undirected graphs


Directed graphs



Weighted graph


Graph Traversal



[incomplete]

No comments:

Post a Comment