GIS Dictionary
Definitions for GIS terms related to operations such as analysis, GIS modeling and web-based GIS, cartography, and Esri software.
Now available for purchase: A to Z GIS: An illustrated dictionary of geographic information systems.
Search the GIS Dictionary:
GIS Bibliography
Researching GIS?
Search the GIS Bibliography for a vast index of books, journals, conference proceedings and reports.
heap
See Also:
node
-
[computing]
In computer programming, a variation on the binary tree data structure in which each node's value is greater than the value of its leaf nodes. Sorting data in a heap allows an element to be located more quickly than it could be found in an ordinary list.