aboutsummaryrefslogtreecommitdiff
path: root/heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'heap.c')
-rw-r--r--heap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/heap.c b/heap.c
index 4d4fcc8..091e761 100644
--- a/heap.c
+++ b/heap.c
@@ -162,8 +162,6 @@ my_heapsort(T a[], size_t n)
162 } 162 }
163} 163}
164 164
165// TODO: https://www.geeksforgeeks.org/how-to-check-if-a-given-array-represents-a-binary-heap/
166
167// ------------------------------------------- 165// -------------------------------------------
168 166
169struct pq { // Priority Queue 167struct pq { // Priority Queue