Data Rep Flashcards

1
Q

6PMT

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

resources -tuition •courses

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

other such objects.

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

Weighted Graphs: A graph where each edge/arc has an associated value (known as its

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

weight).

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

2.5 Trees (Including Binary Trees)

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

Binary Trees: A rooted tree in which each node has

A

at most

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

Rooted Trees: A tree in which one node has been designated as the root. +

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

Root Node: The only node in a rooted tree without a parent. +

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

Trees: A connected

A

undirected graph with no cycles. +

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

2.6 Hash Tables

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

Collisions: The phenomenon when two key values compute to the same hash.+

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

Hashing Algorithms: An algorithm that calculates a value to determine the unique index

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

where a data item is to be stored in a hash table.

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

Rehashing: The process of rerunning the hashing algorithm in the event of a collision.

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

2.8 Vectors

17
Q

Convex Combination of two Vectors: Any vector that can be expressed as a linear

18
Q

combination of the two vectors.

19
Q

Dot/Scalar Product of two Vectors: The sum of the products of components with the same

20
Q

index of two vectors.

21
Q

Scalar-Vector Multiplication: An operation that multiplies all the components of a vector by

22
Q

the same scalar quantity.

23
Q

Vector Addition: An operation that adds two vectors by component-wise addition

24
Q

in another vector as the output.