flashcasts about account

Define a priority queue.

Define a quadtree.

Define a hash function in the context of hash tables.

Define the concept of a persistent data structure.

Explain dynamic programming in relation to data structures.

Define a segment tree.

Define interval trees.

Define amortized analysis in the context of algorithm complexity.

Explain the A* search algorithm.

Define the Boyer-Moore algorithm.

Define a graph vertex.

Define a trie (prefix tree).

Define a weighted graph.

Define the concept of an exponential tree.

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

Define a doubly linked list.

Differentiate between a directed and undirected graph.

Define a dense graph.

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

Define linear probing in the context of open addressing.

Define a complete binary tree.

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

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

Define AVL tree.

Define Dijkstra's algorithm.