[BUG] Added limits.h in data_structures/heap/min_heap.c #70

Open
opened 2026-01-29 15:02:38 +00:00 by claunia · 0 comments
Owner

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

Description

bug fixed added limits.h at data_structures/heap/min_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/min_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:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#70