-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested