#java arrays
1 messages · Page 1 of 1 (latest)
Are you familiar with the sliding window algorithm?
no
we were never taught that
^
It's hard to chime in given the original question's gone, was your question answered @noble iris ?
I want to assume they googled the algo and just figured it out
In an array, find each subarray where each item is in in ascending order. After subarray is complete, reverse the sub in place. Do this for all
What did you try so far?