Graph Theory

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Undirected Graph

a graph without directed arrows

2
New cards

Directed graph

a graph with arrows

3
New cards

Pseudograph

are the most general type of undirected graphs since they may contain loops and multiple edges

4
New cards

Simple Graph

A graph without loops or multiple edges

5
New cards

Multigraph

A graph that may have multiple edges between the same vertices and possibly loops

6
New cards

Vertices

points in a graph

7
New cards

Adjacent Vertices

two vertices that are directly connected by an edge

8
New cards

Edges

the connections between pairs of vertices

9
New cards

Multiple Edges

two or more edges that connect the same pair of vertices

also known as parallel edges

10
New cards

Degree

The number of edges connected to a vertex

11
New cards

Paths

a sequence of edges that connect a sequence of vertices

12
New cards

Incident

describes the relationship between a vertex and an edge when the vertex is one of the endpoints of that edge

13
New cards

Complete Graph

contains exactly one edge between each pair of distinct vertices

14
New cards

Cycle

A path that starts and ends at the same vertex without repeating any edges or vertices except the starting/ending vertex

15
New cards

Wheel

a type of graph that consists of a cycle with an additional central vertex connected to all vertices in the cycle

16
New cards

Cube

a graph that represents the structure of an n-dimensional cube. Each vertex corresponds to a corner of the cube

17
New cards

Bipartite Graph

a type of graph where the vertices can be divided into two disjoint sets such that no vertices within the same set are adjacent

every edge connects to a vertex in one set to a vertex in the other set

18
New cards

Complete Bipartite Graph

Every vertex in one set is connected to exactly one vertex in the other set