Graphs

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

1/19

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.

20 Terms

1
New cards

Path

Walk with no repeated edges.

2
New cards

Cycle

Closed walk with no repeated edges.

3
New cards

Connected Graph

Graph with a path between every pair of vertices.

4
New cards

Tree

Connected & does not contain a cycle.

5
New cards

Forest

Graph with no cycle, each component is a tree.

6
New cards

Euler Trail

Trail where every edge appears once, exactly 2 vertices of odd degree.

7
New cards

Euler Circuit

Circuit where every edge appears once.

8
New cards

Hamiltonian Path

Path containing every vertex.

9
New cards

Hamiltonian Cycle

Cycle containing every vertex.

10
New cards

Spanning Tree

Subgraph that spans another graph.

11
New cards

Articulation Point

A vertex whose removal increases the number of connected components.

12
New cards

Σ deg(v) = 2|E|.

Degree Sum Formula

13
New cards

V = E + 1

Tree Vertex Formula

14
New cards

V = E + k

Forest Vertex Formula

15
New cards

V - E + F = 2.

Euler's Formula for Planar Graphs

16
New cards

Graph Isomorphism

Two graphs that can be transformed into each other by renaming vertices.

17
New cards

Walk

Sequence of vertices and edges where each edge is incident with the vertex before and after it. A walk may repeat vertices and edges.

18
New cards

Trail

Type of walk in which no edge is repeated, but vertices may be repeated.

19
New cards

Planar Graph

Graph that can be drawn on a plane without any edges crossing each other.

20
New cards
<p></p>

Bound for number of edges (Planar Graphs)