You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a C++ program to find the maximum and minimum element in an array.
- File: arrays/find_max_min.cpp
- Uses dynamic array input
- Iterates through elements to compute max and min
- Includes proper cleanup with delete[]
0 commit comments