1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00

Merge pull request #19 from kariya-mitsuru/fix-typo

fix adjacent_find typo
This commit is contained in:
Bolero MURAKAMI 2013-08-20 10:19:51 -07:00
commit c2be89cf22

View file

@ -38,7 +38,7 @@ Examples
Complexity
========================================
| For a nonempty range, exactly ``min((i - first) + 1, (last - first) - 1)`` applications of the corresponding predicate, where i is adjacent_find<EFBFBD>fs return value.
| For a nonempty range, exactly ``min((i - first) + 1, (last - first) - 1)`` applications of the corresponding predicate, where i is adjacent_find's return value.
| Recursive function invocations in *O(logN)* (logarithmic) depth.
Header