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
Write a code to find a peak in a 1-D and 2-D array implementation
Check the output for 1-D in : {2,5,6,5,34,11,23,0,3}
Check the output for 2-D in : {2,45,0}, {1,3,9}, {78,67,10}
Here, in an array there must be multiple peaks but the output must print the first encountered peak while iterating
The text was updated successfully, but these errors were encountered:
Write a code to find a peak in a 1-D and 2-D array implementation
Here, in an array there must be multiple peaks but the output must print the first encountered peak while iterating
The text was updated successfully, but these errors were encountered: