Init commit, initial version of c heap-sort for generic types
This commit is contained in:
5
c/algorithms/sort_heap.h
Normal file
5
c/algorithms/sort_heap.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "../data_structures/heap.h"
|
||||
|
||||
void dlos_sort_heap(dlos_Heap *h);
|
Reference in New Issue
Block a user