What’s a heap? In real life, a ‘heap’ is literally a pile of items. In computer science and programming, a heap is fairly similar, but more specific to organizing data. To understand what a ‘heap’ is, first go and understand what a ‘tree’ is. Once you’ve read and understood what a ‘tree’ is…