Graphs (MWA) Flashcards

1
Q

Graph

A

finite set of vertices/nodes connected by arcs/edges

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Simple graph

A

Graph w no loops or repeated edges

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Loop

A

edge that links a vertex 2 itself

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Connected graph

A

Graph where every vertex li is by a network of edges

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Disconnected graph

A

Graph where vertices r linked w 2 distinct networks of edges

Aka where looks like 2 different graphs but apparently supposed 2 b one whole graph

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Complete graph

A

Graph where every vertex r linked 2gether by an edge (can’t have multiple edges)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Subgraph

A

Part of a graph that comes from a main one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Planar graph

A

Graph that can b drawn w/o any edges crossing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Degree of a vertex

A

No. Edges at the vertex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Handshaking theorem

A

Sum of degrees = 2 x (edges)

Aka always even

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

If there’s an odd degree of vertices

A

There r an even no. Of nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Isomorphism

A

2 graphs have same structure

Aka all their nodes have same degree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Digraph

A

Graph where edges have a particular direction

eg one way street

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Bipartite graph

A

Vertices form 2 distinct sets and can’t link vertices w/in same set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Kr,s

A

Notation 4 bipartite graphs

r= no. Vertices in set 1
s= no. Vertices in set 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Walk

A

Sequence of edges taken From one vertex 2 another

17
Q

Trail

A

walk w no repeated edges in any directiob

18
Q

Path

A

Trail w no repeated edges (but 1st vertex can b the last)

19
Q

Cycle

A

Journey that starts and ends w/i any intersections

20
Q

Closure

A

When walk/path/trail finishes at starting vertex (can only happen when every vertex has even degree)

21
Q

Eularian trail

A

Closed trails where every edge is used just once

So traversable (aka an draw in one line) and all vertices must have even degree

22
Q

Semi eularian graph

A

Non closed trails

So have 2 odd vertices and only traversable if start and end w the 2 off vertices

23
Q

Hamiltonian cycle

A

Closed path the passes every vertex of a graph

24
Q

Hamiltonian graph

A

Graph where has a Hamiltonian cycle

25
Q

Tree

A

Connected graph w no cycles

26
Q

Spanning tree

A

Sub graph that has all the vertices of original graph but is a tree in its own right