Skip to content

Instantly share code, notes, and snippets.

@ilpropheta
Last active February 17, 2016 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilpropheta/e8f54b829809f3278764 to your computer and use it in GitHub Desktop.
Save ilpropheta/e8f54b829809f3278764 to your computer and use it in GitHub Desktop.
std::equal(begin(v), end(v)-1, begin(v)+1, [&](int l, int r) {
if (r-l == minDiff) cout << l << "," << r << "\n";
return true; // what?
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment