graph theory 1

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

1/26

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.

27 Terms

1
New cards

Simple graph

a graph with no multiple edges or loops

2
New cards

Multigraph

a graph with parallel edges

3
New cards

Subgraph

a graph whose vertices are all vertices of G and whose edges are all edges of G

4
New cards

Isomorphic

Graphs with one-one correspondence between the vertices of the graphs

5
New cards

Planar

a graph can be drawn in a way that no edges cross

6
New cards

Planar Drawing

a graph is drawn so that no edges cross

7
New cards

Face

a region bounded by a set of edges and vertices (in a planar graph)

8
New cards

Complete graph

a graph where each vertex is joined to each of the other vertices by exactly one edge

9
New cards

Null

a graph with no edges

10
New cards

Regular Graph

a graph with all vertices having the same degree

11
New cards

Face Regular

a planar graph where all faces have the same degree

12
New cards

Handshaking Theorem

Sum of degrees of vertices is twice the number of edges

13
New cards

Walk

a sequence of edges in which each edge shares a vertex with the previous edge

14
New cards

Connected

there exists a path between every pair of vertices

15
New cards

Bridge

an edge whose removal increases the number of connected components in a graph

16
New cards

Trail

a walk in which no edge (not vertex) is traversed more than once

17
New cards

Path

a walk in which no vertex (and edge) is visited more than once

18
New cards

Closed walk

a walk that starts and ends at the same vertex

19
New cards

Circuit

a closed trail

20
New cards

Cycle

a closed walk in which all vertices are distinct except for the first and last (basically a closed path)

21
New cards

Eulerian circuit

a circuit that traverses every edge in the graph

22
New cards

Hamiltonian cycle

a cycle that includes every vertex in the graph

23
New cards

Cycle graph

a connected graph consisting of one cycle in which every vertex has degree 2

24
New cards

Tree

A connected graph with no cycle

25
New cards

Forest

a graph (not necessarily connected), each of whose components is a tree

26
New cards

Leaf

a vertex of degree 1 in a tree

27
New cards

Spanning Tree

a subgraph of G that is a tree containing every vertex of tree