Tag: algorithm
1 resource tagged with "algorithm" on StackPractices.
Template Method Pattern
Define the skeleton of an algorithm in a base class, letting subclasses override specific steps without changing the algorithm's structure. A behavioral design pattern.