HacktoberFestContribute
HacktoberFestContribute copied to clipboard
Update Minimum_in_subarray.cpp
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().