Šimon Tóth’s Post

View profile for Šimon Tóth

C++ Educational Content Creator | 20 years of Software Engineering experience distilled into digestible daily posts

The std::mismatch algorithm is a find-style algorithm that operates on two ranges and returns a pair of iterators to the first two elements that do not match / for which the binary predicate returns false. With a customized comparator, the algorithm can operate as std::find with a per-element argument. Compiler Explorer link: https://lnkd.in/gs45UNSC #cpp #cplusplus #coding #programming #dailybiteofcpp

  • text

std::mismatch could be more interesting to score the similarity of string

Like
Reply
See more comments

To view or add a comment, sign in

Explore content categories