ATMAA — network vocabulary

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

1/46

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

47 Terms

1
New cards

network

a set of vertices connected by a set of edges which make up separated areas known as faces or regions

2
New cards

graph

another word for a network is…

3
New cards

loop

an edge that starts and ends at the same vertex

4
New cards

multiple edges

two edges which connect the same two vertices (if directed, must be going in the same direction)

5
New cards

adjacent vertices

two vertices which are connected by an edge(s)

6
New cards

weighted graph

a graph which has amounts, distances, or some other similar information affixed to each edge

7
New cards

directed edge

an edge that can be travelled only in a specific direction

8
New cards

arc

another word for a directed edge is…

9
New cards

digraph

a graph with directed edges

10
New cards

directed graph

another word for a digraph is…

11
New cards

undirected graph

a graph which includes no directed edges

12
New cards

simple graph

an unweighted, undirected graph with no loops or multiple edges

13
New cards

simple digraph

a directed graph with no loops or multiple edges

14
New cards

simple weighted graph

a weighted graph with no loops or multiple edges

15
New cards

walk

a sequence of vertices adjacent by edges

16
New cards

closed walk

a walk which begins and ends at the same vertex

17
New cards

open walk

a walk which begins and ends at different vertices

18
New cards

path

a walk with no repeat use of edges nor vertices

19
New cards

cycle

a walk with no repeat use of edges nor vertices aside from the first vertex, which it both begins and ends at / a path which begins and ends at the same vertex

20
New cards

closed path

another word for a cycle is…

21
New cards

length

the number of edges travelled in a walk including any repeats OR the total weight travelled in a walk of a weighted graph

22
New cards

trail

a walk which does not include any repeated edges

23
New cards

connected vertices

two vertices in an undirected graph between which there exists a path

24
New cards

connected graph

an undirected graph for which all vertices are connected

25
New cards

disconnected graph

an undirected graph for which all vertices are connected

26
New cards

bridge

any edge in a connected graph which, if removed, would turn the graph into a disconnected graph

27
New cards

complete graph

a simple graph in which every vertex is connected by every other vertex by a single each

28
New cards

subgraph

a graph that is a part of another larger graph

29
New cards

bipartite graph

a graph whose vertices can be split into two distinct groups so that each edge connects each vertex from one group with a vertex from the other

30
New cards

planar graph

a graph for which all edges are “in the same plan”, and as such can be drawn without any overlapping edges

31
New cards

euler’s rule

for any connected planar network, vertices + faces = edges + 2

32
New cards

tree

any connected simple graph which contains no cycles

33
New cards

degree

the number of edges which meet at a vertex

34
New cards

order

another word for degree is…

35
New cards

odd vertex

a vertex which has an odd number as its degree

36
New cards

even vertex

a vertex which has an even number as its degree

37
New cards

in-degree

the number of edges travelling in to meet a vertex in a directed graph

38
New cards

out-degree

the number of edges travelling out from a vertex in a directed graph

39
New cards

eulerian graph

a graph with zero odd vertices, thus containing an eulerian circuit

40
New cards

semi-eulerian graph

a graph with exactly two odd vertices, one at which the eulerian trail must start, and the other at which it must end

41
New cards

eulerian trail

a trail in a connected graph that traces every edge and only once each, repeated vertices permitted

42
New cards

eulerian circuit

a closed eulerian trail

43
New cards

hamiltonian path

a path which visits every vertex in a graph and only once each

44
New cards

hamiltonian cycle

a path which visits every vertex in a graph and only once each with the exception of the vertex at which it starts and must also end / a closed hamiltonian path

45
New cards

hamiltonian graph

a graph which contains a hamiltonian cycle

46
New cards

semi-hamiltonian graph

a graph which contains an open hamiltonian path

47
New cards

adjacency matrix

a matrix which describes the adjacency of pairs of vertices