Random commentary about Machine Learning, BigData, Spark, Deep Learning, C++, STL, Boost, Perl, Python, Algorithms, Problem Solving and Web Search
Monday, September 21, 2015
Implementing the Template pattern
The template pattern allows the definition of algorithms skeleton as an abstract class,
where subclasses have the responsibility of providing its concrete behaviour.
The word template is not related to C++ templates.
No comments:
Post a Comment