• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/14

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

14 Cards in this Set

  • Front
  • Back

Connected Graph

All pairs of vertices are connected by a path

Tree

Connected Graph with no cycles

Spanning Tree

A graph of G is a subgraph which includes all the vertices of G and is also a tree

Minimum Spanning Tree

A spanning tree with the total lenght of the arcs being as small as possible

Graph

Consists of points connected by lines

Valency/Degree

Of a vertex is the number of edges incident to it

Subgraph

Of G is a graph each of whose vertices and edges belong to G

Network

A graph which has numbers (weight) associated with each edge

Path

A finite sequence of edges such that the end vertex of one edge is the start vertex of the next, with no vertex appearing more than once

Cycle

A closed path, I.e. the end vertex of the last edge is the start vertex of the first edge

Matching

Pairing of some or all of the elements in one set with elements of a second set

Bipartite Graph

Consists of 2 sets of vertices X and Y. The edges only join vertices in X to vertices in Y and vice vera

Euler's Hand-Shaking Lemma

Each arc has two ends so will contribute two valancies to the whole graph.


Therfore, the sum of the valancies= 2 x the number of arcs.


So the total degree of the network I'd always even and so any off valancies must occur in pairs

Alternating Path

Path from one unmatched vertex in one set to unmatched vertex in another set which alternates between using arcs in/not in the initial matching