mclow / Boost.Algorithm

Proposed Boost.Algorithm Library
7 stars 2 forks source link

Provide range-based versions of the search algorithms #11

Open mclow opened 13 years ago

mclow commented 13 years ago

From Thorsten Ottosen: Why is there no range-based versions of Boyer-Moore etc ?

zamazan4ik commented 8 years ago

Now there are range-based versions of searching algorithms in Boost.Algorithm. I think, it's solved.