Add minor adjustments/clean-up

This commit is contained in:
2025-10-06 18:30:32 -05:00
parent 095ba92914
commit 3fcd09e7c0
4 changed files with 19 additions and 9 deletions

View File

@@ -8,5 +8,4 @@ void dlos_sort_heap(dlos_Heap *h) {
h->size -= 1;
dlos_sift_down(0, h);
}
h->size = original_size;
}