Graph Theory

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

1/24

flashcard set

Earn XP

Description and Tags

Discrete Structures

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Graph

A collection of vertices and edges.

2
New cards

Incident

Term used to describe the vertices that connect/border the edge.

3
New cards

Adjacent

Used when describing what vertices that share an edge are connected.

4
New cards

Isolated

Term used to describe a vertex that has no connecting/bordering edges.

5
New cards

Undirected Graph

A graph with the same number of vertices and edges, order does not matter.

6
New cards

Directed Graph

A graph with the same number of vertices and edges, order does matter.

7
New cards

Walk

A sequence of vertices and edges.

8
New cards

Closed Walk

A sequence of vertices and edges where the starting and ending vertex is the same.

9
New cards

Trail

A sequence of vertices and edges where there are no repeated edges.

10
New cards

Circuit

A sequence of vertices and edges where there are not only no repeated edges, but the starting and ending vertex are the same.

11
New cards

Path

A sequence of vertices and edges where there are no repeated vertices.

12
New cards

Cycle

A sequence of vertices and edges where there are not only no repeated vertices, but the starting and ending vertex are the same.

13
New cards

Connected Graph

A graph where every vertex is connected.

14
New cards

Disconnected Graph

A graph where every vertex is not connected.

15
New cards

Simple Graph

An undirected graph that has only one edge connecting vertices (no loops).

16
New cards

Spanning Subgraph

A subgraph that has the same number of vertices as the original graph with varying edges.

17
New cards

Induced Subgraph

A subgraph that takes a varying number of vertices from the original graph and has all adjacent edges.

18
New cards

Complete Graph

A graph denoted as Kn and is a loop-free undirected graph where every distinct pair of vertices is connected by a unique edge.

19
New cards

Isomorphic Graph

When two graphs have the same number of vertices and connected edges, but have different formats.

20
New cards

Bipartite Graph

A graph where its vertex set can be partitioned into two independent sets. This means all edges in the graph run between the set A to set B, and there are no edges whose both endpoints lie in the same set.

21
New cards

Complete Bipartite Graph

A graph where its vertex set can be partitioned into two independent sets. This means all edges in the graph run between the set A to set B, and there are no edges whose both endpoints lie in the same set. The vertices from set A must individually connected with every vertex in set B.

22
New cards

Euler Path

A sequence of vertices and edges where every edge is used exactly once.

23
New cards

Euler Cycle

A sequence of vertices and edges where every edge is used exactly once and the starting and ending vertices are the same.

24
New cards

Hamiltonian Path

A sequence of vertices and edges where every vertex is used exactly once.

25
New cards

Hamiltonian Cycle

A sequence of vertices and edges where every vertex is used exactly once and the starting and ending vertices are the same.