Graph
- a pictorial representation of any data in an organized manner.
- shows the relationship between variable quantities.
- introduced by the Swiss mathematician named Leonhard Euler.
Graph Theory
- study of points and lines.
- study the relationship between the vertices (nodes) and edges (lines).
- a sub-field that deals with the study of graphs.
EXAMPLEEEE ‼
(Referring to Graph 1)
Vertices/Vertex/Nodes: {S, G, N, W, M, R}
Edges: {(S,G), (S,M), (G,N), (G,M), (G,W), (N,R), (N,M), (W,R), (M,R)}
(Referring to Graph 2)
Loop: (S,S)
- a pictorial representation of any data in an organized manner.
- shows the relationship between variable quantities.
- introduced by the Swiss mathematician named Leonhard Euler.
Graph Theory
- study of points and lines.
- study the relationship between the vertices (nodes) and edges (lines).
- a sub-field that deals with the study of graphs.
EXAMPLEEEE ‼
(Referring to Graph 1)
Vertices/Vertex/Nodes: {S, G, N, W, M, R}
Edges: {(S,G), (S,M), (G,N), (G,M), (G,W), (N,R), (N,M), (W,R), (M,R)}
(Referring to Graph 2)
Loop: (S,S)