flashcasts about account

Define amortized analysis in the context of algorithm complexity.

Explain Breadth-first search (BFS) in tree traversal.

Define a k-d tree (k-dimensional tree).

Define a quadtree.

Define a union by rank and path compression in disjoint-set data structures.

Define a hash function in the context of hash tables.

Define interval trees.

Define a doubly linked list.

Define a dense graph.

Define linear probing in the context of open addressing.

Define the concept of a persistent data structure.

Define Dijkstra's algorithm.

Define the concept of an exponential tree.

Define AVL tree.

Explain dynamic programming in relation to data structures.

Define a segment tree.

Define a graph vertex.

Define the Boyer-Moore algorithm.

Explain the A* search algorithm.

Differentiate between a directed and undirected graph.

Define a priority queue.

Differentiate between adjacency list and adjacency matrix representations of a graph.

Define a weighted graph.

Define a trie (prefix tree).

Define a complete binary tree.