Skip to content

Commit

Permalink
Update Maximum_index.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Sep 7, 2024
1 parent 4c9ba1a commit 7a6d8a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Maximum_index.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
Given an array arr[] of n positive integers. The task is to find the maximum of j - i subjected to the constraint of arr[i] <= arr[j].
Input:
n = 9
arr[] = {34, 8, 10, 3, 2, 80, 30, 33, 1}
Expand Down

0 comments on commit 7a6d8a6

Please sign in to comment.