A graph is a structure composed of points called vertices and segments called edges that connect some pairs of these vertices, serving as a fundamental model for representing relationships between entities.
Graph vocabulary includes various fundamental terms describing points, connections, and structures, which are essential for understanding different graph types and their properties.
Order: The total number of vertices (or points) in a graph.
Example: A graph with 5 vertices has an order of 5.
Degree of a vertex: The number of edges incident to a vertex.
Note: In the case of a loop (an edge connecting a vertex to itself), the loop counts twice towards the degree of that vertex.
Maximum degree: The highest degree among all vertices in the graph.
Example: If vertices have degrees 2, 3, and 4, the maximum degree is 4.
Sum of degrees: The total of the degrees of all vertices in the graph.
Property: In a simple graph, this sum equals twice the number of edges.
Presence of loops: A loop is an edge that connects a vertex to itself.
Multiple edges: Several edges connecting the same pair of vertices.
Adjacency: Two vertices are adjacent if there is exactly one edge connecting them.
Isolated vertices: Vertices with no incident edges; they are not connected to any other vertices.
Graph properties such as order, degrees, and characteristics like loops, multiple edges, adjacency, and isolated vertices provide fundamental insights into the structure and connectivity of a graph.
The degree of a vertex measures its connectivity, while the order of a graph indicates its size; together, these concepts help analyze the structure and properties of graphs.
Applications of graphs: Using graphs to model real-life situations such as transportation, social interactions, communication networks, and scheduling problems. These models help visualize and analyze complex systems by representing entities and their relationships.
Graph types and their applications:
Graphs serve as versatile tools for representing and analyzing real-world systems, with specific types like complete, directed, and connected graphs tailored to different application needs.
| Aspect | Simple Graph | Complete Graph | Directed Graph | Connected Graph | Stable Graph |
|---|---|---|---|---|---|
| Definition | No loops or multiple edges | All pairs of vertices connected | Edges have direction | Path exists between any two vertices | No edges at all |
| Edges | No loops, no multiple edges | Every pair of vertices connected | Edges with direction | Edges may be directed or undirected | None |
| Connectivity | Not necessarily connected | Fully connected | Can be directed or undirected | Always connected | No edges, so trivially disconnected |
| Usage | Basic relationship modeling | Fully interconnected systems | Systems with directionality | Networks requiring full reachability | Isolated entities |
| Author | Key Concept | Definition / Note |
|---|---|---|
| GPM 3 | Loop counting | Loops count twice towards vertex degree |
| GPM 3 | Graph order | Number of vertices in the graph |
Teste tes connaissances sur Fundamentals of Graph Theory avec 8 questions à choix multiples et corrections détaillées.
1. When was the fundamental concept of a graph, including its components like vertices and edges, first established in mathematical literature?
2. Who is credited with first establishing the fundamental concepts of graph theory, including vertices and edges, and in which year?
Mémorisez les concepts clés de Fundamentals of Graph Theory avec 9 flashcards interactives.
Graph — components?
Vertices and edges
Graph — components?
Vertices and edges.
Graph vocabulary — types?
Simple, complete, directed, connected, stable
Importe ton cours et l'IA génère fiches, QCM et flashcards en 30 secondes.
Générateur de fiches