Difference between revisions of "Graph theory"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
(External links)
Line 19: Line 19:
  
 
* [https://en.wikipedia.org/wiki/Graph_theory Graph theory] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Graph_theory Graph theory] @ Wikipedia
 +
* [https://en.wikipedia.org/wiki/Glossary_of_graph_theory Glossary of graph theory] @ Wikipedia
 +
  
 
[[Category:Computer science]]
 
[[Category:Computer science]]
 
[[Category:Graph theory]]
 
[[Category:Graph theory]]
 
[[Category:Mathematics]]
 
[[Category:Mathematics]]

Revision as of 07:46, 25 April 2016

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

External links