mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
fix: Added limits.h
in data_structures/heap/max_heap.c
(#812)
* fix: added limits.h header * fix: added limits.h header in max_heap.c * update: adding better documentation * update: added documentation for header files * update: changed comment for header files Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
d5e979ae2b
commit
4ac1c65007
@ -1,5 +1,6 @@
|
|||||||
#include <stdio.h>
|
#include <limits.h> /// for INT_MIN
|
||||||
#include <stdlib.h>
|
#include <stdio.h> /// for IO operations
|
||||||
|
#include <stdlib.h> /// for dynamic memory allocation
|
||||||
|
|
||||||
typedef struct max_heap
|
typedef struct max_heap
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user