networks

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

1/21

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.

22 Terms

1
New cards

degree of vertex

number of edges connected to vertex

2
New cards

sum of degrees

in a graph refers to the total number of edges connected to a vertex.

3
New cards

vertex is even

the degree is even

4
New cards

vertex is odd

the degree is odd

5
New cards

isomorphic

graphs look differet but have the same info. same amount of vertices and edges, same connections between vertices

6
New cards

connected graphs

all vertices are directly or indirectly connected

7
New cards

bridges

an edge in a connected graph that if removed leaves the graph no longer connected

8
New cards

planar graph

can be drawn on a plane without any of its edges crossing. some do not look planar. graph 1 may not look planar but it can be isomorphic to graph 2 which is planar, so graph 1 is also planar

9
New cards

faces of a graph

regions of space which may be enclosed in the connected edges of a graph or the space surrounding it

10
New cards

eulers formula

states that for any connected planar graph, the formula v + f = e + 2 holds, where V is the number of vertices, E is the number of edges, and F is the number of faces.

11
New cards

walk

sequence of edges linking successive vertices that connect two different vertices in a graph

12
New cards

trail

a walk with no repeated edges

13
New cards

path

walk with no repeated edges or vertices

14
New cards

circuit

walk that starts and ends at the same vertex with no repeated edges

15
New cards

cycle

starts and ends at same vertex, no repeated edges and no repeated vertices (except start and end vertices)

16
New cards

eulerian trail

follows every edge of graph with no repeated edges. conditions are that the graph is connected and there are exactly 0 or 2 odd vertices

17
New cards

how can an eulerian trali start?

if there are 0 odd vertices, it can start at any vertex.

if there are 2 odd vertices, trali starts at one odd vertice and ends at the other

18
New cards

eulerian circuit

starts and finished at the same vertex. graph is connected and has vertices that all have an even degree

19
New cards

hamiltonian path

visits every vertex with no repeated vertices

20
New cards

hamiiltonian cycle

visits every vertex with no repeat except starts and ends a tthe same vertex

21
New cards

what does hamiltonian path and circuit not need to do

They do not need to visit every edge.

22
New cards