Types Of Grpahs Flashcards
What is a simple graph?
No loops / going back on itself
What is a complete graph?
When all if the vertices connect to all of the other vertices
What is a connected graph?
When all of the vertices are connected (no islands)
What is a disconnected graph?
When some vertices are not connected (islands)
What is a subgraph?
A part of a existing graph with no new vertices
What is a directed graph?
When the graph has arrows
What is a bipartite graph?
When there are two sides and they connect to each other (can be more on one side).
They can’t connect to their own side, just the opposite side
What is a Hamiltonian circuit?
Visit all vertices in a loop, end at the same place
you can go on the same edge over and over if u want
What is a Eulerian Graph?
It visits each EDGE of the graph once.
all even OR two odd (start and finish)
What is are vertices/vertex?
Dots
What are edges/arcs?
Lines
Speed = ?
Speed = Distance / Time
Distance = ?
Speed x Time
Time = ?
Distance / Speed
What is the triangle thingy?
D on top
S to the left
T on the right