Graph Theory
From Wikibooks, the open-content textbooks collection
Graph Theory is the study of nodes and the edges connecting those nodes, and topics such as combinatorics, networks, scheduling, and connectivity. Graph theory does not examine graphs as in Calculus (curves and other related concepts). Graph theory can be thought of as the "mathematician's connect-the-dots".
Contents |
[edit] What is Graph Theory?
- Graph Theory (graph theory) is the study of interactions between nodes (vertices) and edges (connections between the vertices).
- There are many applications of graph theory to mathematics, combinatorics, computer science and programming, engineering, networks and relationships, scheduling, and many more.
[edit] Graph Definitions
- Nodes and Edges
- Traversals and Paths
- Connectivity
- Independence
- Isomorphic
- Complement graphs
- Trees
- Complete graphs
- Bipartite graphs
- New graphs from old ones
- Types of graphs