[BUG] Added limits.h in data_structures/heap/max_heap.c #68

Closed
opened 2026-01-29 15:02:29 +00:00 by claunia · 2 comments
Owner

Originally created by @Suraj-Patro on GitHub (Oct 30, 2020).

Description

bug fixed added limits.h at data_structures/heap/max_heap.c

Expected Behavior

code should compileand execute

Actual Behavior

Code throws error on execution

Possible Fix

include limits.h

Steps to Reproduce

compile and execute the code

Context

Originally created by @Suraj-Patro on GitHub (Oct 30, 2020). <!--- Provide a general summary of the issue in the Title above --> ## Description <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> bug fixed added limits.h at data_structures/heap/max_heap.c ## Expected Behavior <!--- Tell us what should happen --> code should compileand execute ## Actual Behavior <!--- Tell us what happens instead --> Code throws error on execution ## Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> include limits.h ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> compile and execute the code ## Context <!--- How has this bug affected you? What were you trying to accomplish? -->
claunia added the bug label 2026-01-29 15:02:29 +00:00
Author
Owner

@mainak-debnath commented on GitHub (Mar 11, 2021):

I would like to take care of this issue.

@mainak-debnath commented on GitHub (Mar 11, 2021): I would like to take care of this issue.
Author
Owner

@Panquesito7 commented on GitHub (Mar 12, 2021):

I would like to take care of this issue.

Thank you for your interest in contributing. 👍
Before submitting a PR, please ensure the following:

@Panquesito7 commented on GitHub (Mar 12, 2021): > I would like to take care of this issue. Thank you for your interest in contributing. 👍 Before submitting a PR, please ensure the following: * Make your code as per the repository [standards](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md). * Ensure that all the [automated-tests](https://github.com/TheAlgorithms/C-Plus-Plus/actions) pass.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#68