MMW - GRAPH

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

1/33

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.

34 Terms

1
New cards

Graph

Vertices/nhodes and edges

2
New cards

Simple graph

less than or equal to 2 numbers of degree only per vertices

3
New cards

Complete graph

edge connecting every pair of vertices

4
New cards

Null or disconnected graphs

degree of each vertex is zero

5
New cards

Graph coloring

to easily identify boundaries. The adjacent have different color

6
New cards

Chromatic Number

least number of colors that is used

7
New cards

2-colorable graph theorem

2-colorable, simple, no odd number of vertices

8
New cards

four-color theorem

planar graph

9
New cards

Graph coloring

  • Vertex

  • Edge

  • Face

10
New cards

Path

alternate sequence of vertices and edges, no repeated edges and vertices

11
New cards

Circuit or Cycle

begins and end with the same vertex

12
New cards

Relationship between vertices, degree, and edges

K = n(vertices)

deg = n -1

e = ½ n(n-1)

13
New cards

Euler

Edges

14
New cards

Hamilton

Vertices

15
New cards

Euler

Euler path OR euler circuit

16
New cards

Hamilton

Hamilton path AND Hamilton circuit

17
New cards

Euler Path

2 odd degree in vertices, the beginning and end.

18
New cards

Euler circuit/Eulerian

closed path, all vertices has even degree

19
New cards

Neither Euler path or circuit

more than 2 odd degree in vertices

20
New cards

Hamilton Path

passing through vertex exactly once

21
New cards

Hamilton cycle/Hamiltonian

has the same starting and ending. A complete graph with more than 2 degree (K =(n-1)!)

22
New cards

Two hamiltonian

pass same vertices in same order

23
New cards

Dirac’s Theorem

ave. degree > ½ of vertices

24
New cards

Trees

graph, any two vertices are connected by one path. NO CIRCUITS, CONNECTED GRAPHS, EVERY EDGE IS A BRIDGE

25
New cards

Forest

undirected, disconnected, acyclic graph. It is by connecting or bridging of tree

26
New cards

Spanning tree (Kruskal Algorithm)

edge with lowest weight, doesn’t form a circuit, and repeat until all vertices have been connected

27
New cards

Fleurg’s Algorithm

  1. no odd vertices → start at any vertex

two odd vertices → start either

  1. trace → one per edge only

  1. bridge → last option to pass trough

28
New cards

Loop

edge connecting a vertex to itself

29
New cards

Adjacent

two vertices joining with an edge

30
New cards

Equivalent

different shapes, same vertices connected in the same way

31
New cards

Connected

there is a path that joins two vertices

32
New cards

Bridge

when you remove it, it makes the graph disconnected

33
New cards

Degree

number of edges attached to the vertex

34
New cards

Planar

no edges cross. This means that any 2 edges can meet only at an endpoint/vertices