Trying to fixing free function...

This commit is contained in:
ice-bit
2019-09-25 01:00:06 +02:00
parent 3c574238cf
commit 8ff8d71af8
2 changed files with 14 additions and 13 deletions

View File

@@ -8,8 +8,7 @@
/*** Heap implementation from James Molloy's tutorial:
* http://www.jamesmolloy.co.uk/tutorial_html/7.-The%20Heap.html ***/
http://www.jamesmolloy.co.uk/tutorial_html/7.-The%20Heap.html ***/
/* This heap algorithm uses two different data structures: blocks and holes.