Difference between revisions of "Graph theory"
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | In [[mathematics]] and [[computer science]], '''graph theory''' is the study of [[Graph (mathematics)|graphs]], which are [[Mathematical structure|mathematical structures]] used to [[Mathematical model|model]] [[pairwise relations]] between [[Mathematical object|objects]]. | + | [[Directed-graph-4-node-digraph.png|thumb|Simple [[directed graph]].]]In [[mathematics]] and [[computer science]], '''graph theory''' is the study of [[Graph (mathematics)|graphs]], which are [[Mathematical structure|mathematical structures]] used to [[Mathematical model|model]] [[pairwise relations]] between [[Mathematical object|objects]]. |
== Description == | == Description == |
Revision as of 04:50, 28 May 2016
[[Directed-graph-4-node-digraph.png|thumb|Simple directed graph.]]In mathematics and computer science, graph theory is the study of graphs, which are mathematical structures used to model pairwise relations between objects.
Description
A "graph" in this context is made up of "vertices" or "nodes" and lines called edges that connect them.
A graph may be undirected, meaning that there is no distinction between the two vertices associated with each edge, or its edges may be directed from one vertex to another.
See graph (mathematics) for more detailed definitions and for other variations in the types of graph that are commonly considered.
Graphs are one of the prime objects of study in discrete mathematics.
Refer to the glossary of graph theory for basic definitions in graph theory.
See also
- Computer science
- Discrete mathematics
- Geodesic
- Graph (mathematics)
- Graph drawing
- Kruskal's algorithm
- Mathematics
External links
- Graph theory @ Wikipedia
- Glossary of graph theory @ Wikipedia