Skip to content
Commit fe9895aa authored by Aleix Pol Gonzalez's avatar Aleix Pol Gonzalez 🐧
Browse files

Use upper_bound instead of find_if

The vector is already sorted so it turns every insertion O(log n) instead
of O(n)
parent fee58bff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment