Data Rep Flashcards
6PMT
resources -tuition •courses
other such objects.
Weighted Graphs: A graph where each edge/arc has an associated value (known as its
weight).
2.5 Trees (Including Binary Trees)
Binary Trees: A rooted tree in which each node has
at most
Rooted Trees: A tree in which one node has been designated as the root. +
Root Node: The only node in a rooted tree without a parent. +
Trees: A connected
undirected graph with no cycles. +
2.6 Hash Tables
Collisions: The phenomenon when two key values compute to the same hash.+
Hashing Algorithms: An algorithm that calculates a value to determine the unique index
where a data item is to be stored in a hash table.
Rehashing: The process of rerunning the hashing algorithm in the event of a collision.
2.8 Vectors
Convex Combination of two Vectors: Any vector that can be expressed as a linear
combination of the two vectors.
Dot/Scalar Product of two Vectors: The sum of the products of components with the same
index of two vectors.
Scalar-Vector Multiplication: An operation that multiplies all the components of a vector by
the same scalar quantity.
Vector Addition: An operation that adds two vectors by component-wise addition
resulting
in another vector as the output.