{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Exam 4 Flashcards

(58 cards)

1
Q

A vertex with no edges

A

Isolated Vertex

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

More than one edge connecting two vertices

A

Parallel Edges

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

The number of times that a vertex is an endpoint

A

Degree of a vertex

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

A graph with no loops or parallel edges

A

Simple Graph

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

A graph that can be partitioned into 2 sets for which every edge connects vertices in different sets

A

Bipartite Graph

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

The complete bipartite graph on m,n

A

Kmn

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

A maximal connected subgraph

A

Connected Component

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

A finite alternating sequence of adjacent vertices and edges

A

Walk

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

A walk that does not contain a repeated edge

A

Path

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

A path that does not contain a repeated vertex

A

Simple Path

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

A walk that begins and ends on the same vertex

A

Closed Walk

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

A closed walk that does not contain a repeated edge

A

Circuit

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

Graphs with a 1-1 function such that vertices x and y are joined by an edge and so are f(x) and f(y)

A

Isomorphic

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

1-1 function between two graphs

A

Isomorphism

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

A property of a graph that doesn’t change under isomorphism

A

Invariant

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

A circuit that does not have any other repeated vertex except the first and last

A

Simple Circuit

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

Circuit which contains every vertex and every edge

A

Euler Circuit

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

If a graph has an Euler circuit then every vertex has an _____ degree

A

Even (degree of every vertex in _______)

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

If every vertex is even and the graph is connected, then the graph has _____________

A

An Euler Circuit (what does this say about connectedness and degrees?)

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

A sequence of adjacent edges and vertices that starts at v, ends at w, and passes through every vertex and along every edge exactly once

A

Euler Path

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

Connected graph that has no non-trivial circuits

A

Tree

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

for a tree, the number of edges = __________

A

The # of vertices in the tree -1

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

A ________ is contained in a tree

A

Circuitless Graph (is contained in what?)

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

connected AND e=v-1
connected AND circuitless
circuitless AND e=v-1

A

Properties of a tree

25
A subgraph of a graph that is a tree which includes every vertex
Spanning Tree
26
Graph with numeric weights attached to the edges
Weighted Graph
27
Spanning tree of the least possible weight
Minimal Spanning Tree
28
Algorithm which adds vertices of lowest possible value that do not close circuits
Kruskal's
29
Algorithm that starts with a single vertex, then adds an edge and vertex at each step of minimal weight and does not close a circuit
Prim's
30
Isolated Vertex
A vertex with no edges
31
Parallel Edges
More than one edge connecting two vertices
32
Degree of a vertex
The number of times that a vertex is an endpoint
33
Simple Graph
A graph with no loops or parallel edges
34
Bipartite Graph
A graph that can be partitioned into 2 sets for which every edge connects vertices in different sets
35
Kmn
The complete bipartite graph on m,n
36
Connected Component
A maximal connected subgraph
37
Walk
A finite alternating sequence of adjacent vertices and edges
38
Path
A walk that does not contain a repeated edge
39
Simple Path
A path that does not contain a repeated vertex
40
Closed Walk
A walk that begins and ends on the same vertex
41
Circuit
A closed walk that does not contain a repeated edge
42
Isomorphic
Graphs with a 1-1 function such that vertices x and y are joined by an edge and so are f(x) and f(y)
43
Isomorphism
1-1 function between two graphs
44
Invariant
A property of a graph that doesn't change under isomorphism
45
Simple Circuit
A circuit that does not have any other repeated vertex except the first and last
46
Euler Circuit
Circuit which contains every vertex and every edge
47
Even (degree of every vertex in _______)
If a graph has an Euler circuit then every vertex has an _____ degree
48
An Euler Circuit (what does this say about connectedness and degrees?)
Connected, every vertex has even degree
49
Euler Path
A sequence of adjacent edges and vertices that starts at v, ends at w, and passes through every vertex and along every edge exactly once
50
Tree
Connected graph that has no non-trivial circuits
51
The # of vertices in the tree -1
Number of edges in a tree
52
Circuitless Graph (is contained in what?)
A tree
53
Properties of a tree
connected AND e=v-1 connected AND circuitless circuitless AND e=v-1
54
Spanning Tree
A subgraph of a graph that is a tree which includes every vertex
55
Weighted Graph
Graph with numeric weights attached to the edges
56
Minimal Spanning Tree
Spanning tree of the least possible weight
57
Kruskal's
Algorithm which adds vertices of lowest possible value that do not close circuits
58
Prim's
Algorithm that starts with a single vertex, then adds an edge and vertex at each step of minimal weight and does not close a circuit