How to write a standard-like algorithm -- Indi
Explicit C++ has posted a nice tutorial on how to implement an algorithm in C++.
How to write a standard-like algorithm
by Indi
from the article:
Writing a standard-like algorithm should be one of the key parts of a modern C++ beginner’s course outline. This post will be a whirlwind guide through the steps toward creating a standard-like algorithm. The focus is not on the algorithm itself, but on the process of creating one.

If you are confused about the topic, read this article:
While we wait for CppCon 2015 in September, we’re featuring videos of some of the 100+ talks from CppCon 2014. Here is today’s feature: