HacktoberFestContribute icon indicating copy to clipboard operation
HacktoberFestContribute copied to clipboard

Update Minimum_in_subarray.cpp

Open rajeshwariramya opened this issue 4 months ago • 0 comments

Removed unnecessary comments and blank lines. Fixed indentation for better readability. Used consistent spacing around operators. Added delete[] tree; at the end of main() to free the dynamically allocated memory. Added return 0; at the end of main().

rajeshwariramya avatar Oct 18 '24 17:10 rajeshwariramya