What is the dimension of a heap?

73 Views Asked by At

Heap is a kind of data structure used in computer science. But what is it dimension? An array can be 1-D 2-D...etc Young's tableaux is 2-D But what about heaps?

1

There are 1 best solutions below

0
On

How do you define a dimension of a data-structure? A heap can be stored and maintained in a 1-D array, does that mean it's 1-D?