Regarding lower_bound comparator

Even after writing the comparator why are subtracting a 1. It should have been lower_bound(…)-coins only.

hello @smallfry,

The answer to your question is given in the video itself at 4:25.
i.e.,
The lower_bound() function returns the iterator(position) to the value that is just above the required answer.
Thus, doing -1 will give us the correct position.

Hope, this would help.
Give a like if you are satisfied.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.