Given an array A of n integers, your task is to find for each array position the nearest position to its left having a smaller value.
Input:
8
2 5 1 4 8 3 2 5
Output:
0 1 0 3 4 3 3 7
Nearest position | |
Subarray minimum | |
Peak Product | |
Histogram | |
Maximum subsequence value | |
Deleting digits | |
Electric poles | |
Planting flowers | |
Ring road | |
Prefix minimum | |
Knee surgery |