I’m confusing about the compare function in lower_bound().
- Why we have to overwrite it to return a <= b? What actually compare() does when we pass it as a parameter in lower_bound() function?
- Why we have to subtract 1 from the lb?
Thank you so much for your help

