Skip to content
Snippets Groups Projects
Commit cff801eb authored by root's avatar root
Browse files

heap.h modify

parent 1ac17381
No related branches found
No related tags found
No related merge requests found
#ifndef _HEAP_H_
#define _HEAP_H_
#include <stdio.h>
#define MAX_ELEMENT 200
......@@ -16,3 +18,5 @@ void init(HeapType* pH);
element delete_max_heap(HeapType *pH);
void insert_max_heap(HeapType* h, element item);
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment