Penguin
Note: You are viewing an old revision of this page. View the current version.

The theory of graphs.

A graph is a set of ``vectrices`` connected by ``edges.`` The edges may or may not be ``directed.``

One of the famous examples used in GraphTheory is the BridgesOfKönigsberg.

GraphTheory is widely used in computer science for things like call graphs, algorithms and so forth.

See also: SetTheory