Rose Garden - Company-specific OAs / Google OA

You are planting onions to make salads. Given an array of positive integers that indicates the day that each of your onion is ready for harvest, the minimum number of adjacent mature onions required for a salad, and the number of salads you want to make, return the earliest day that you can finish making all salads. If it is impossible to make the required number of salads, return -1.


This is a companion discussion topic for the original entry at https://algo.monster/problems/google_oa_rose_garden/