Types of Graphs Flashcards
What is a null graph?
Graph that has no edges + made up of isolated vertices
What is a trivial graph?
Graph that is a null graph that has only one vertex
What is a simple graph?
Graph that has no loops or multiple edges
What is a connected graph?
Graph that all nodes have a path between each pair of vertices in the graph
What is a disconnected graph?
Graph that is said to be disconnected when a pair of vertices has no path between them
What is a non-directed or undirected graph?
Graph that is made up of vertices and non-directed edges
What is a regular graph?
Graph where all vertices have same degree
What is a complete graph?
Graph that is a simple graph in which every vertex is connected to every other vertex by an edge
What is a weighted graph?
Graph that has numbers labelled on it’s edges
What is a subgraph?
Graph that contains no vertices or edges that are not in the original graph but is a small part of that original graph
What is a bipartite graph?
Graph with vertices that can be split into 2 distinct groups
What is a planar graph?
Ralph that is undirected and can be drawn on a plane without edges crossing each other