menu

The Term of "Heap"

The term “heap” was originally coined in the context of heapsort, but it has since come to refer to “garbage-collected storage,” such as the programming languages Java and Lisp provide.

The heap data structure in MIT 6.006 is NOT garbage-collected storage.



KF

Comments