In the lower and upper bound video, it was said that lower bound gives us the first element that is greater than equal to the given key.
If we change the code to less than equal to, shouldn’t it give the FIRST element that is less than equal to the given key, why is it giving the last element.