mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-15 14:05:11 +00:00
[PR #759] [CLOSED] fix: Fixed error relating importing of Header file <limits.h> at data_structures/heap/min_heap.c #1276
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/759
Author: @Suraj-Patro
Created: 10/30/2020
Status: ❌ Closed
Base:
master← Head:patch-25📝 Commits (1)
fb8fd9bUpdate min_heap.c📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
data_structures/heap/min_heap.c(+1 -0)📄 Description
Description of Change
Added limits.h in data_structures/heap/min_heap.c
needed for INT_MAX / INT_MIN
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.