A data table view displays how a set of values (e.g., an array) changes over time.
For example, a data table might display 3 columns, showing for each invocation of a priority queue method the element inserted (if any), the element popped (if any), and the current contents of the priority queue.

A data table view displays how a set of values (e.g., an array) changes over time.
For example, a data table might display 3 columns, showing for each invocation of a priority queue method the element inserted (if any), the element popped (if any), and the current contents of the priority queue.