kdn251 / interviews

Everything you need to know to get the job.
https://www.youtube.com/channel/UCKvwPt6BifPP54yzH99ff1g?view_as=subscriber
MIT License
63.47k stars 12.89k forks source link

Fixing heap image to be a complete tree #142

Closed gpjacobs closed 4 years ago

gpjacobs commented 5 years ago

Addressing Issue #85 - the current heap image is not a complete binary tree; I've adjusted the image to meet this requirement.