Libraries: strategy - behavioral design pattern

 

strategy - behavioral design pattern:

define a family of algorithms, encapsulate each one, and make them interchangeable. strategy lets the algorithm vary independently from clients that use it

Author: DMITRII PECHERITSA

Reason: