Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 184 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 184 Bytes

The Strategy Pattern defines a family of algorithms, encapsulates each one, and makes them interchangeable. Strategy lets the algorithm vary independently from clients that use it.