Merge pull request #26 from Philiphil/patch-1

fix stategy.md markdown
This commit is contained in:
Tamer Tas
2017-05-01 15:21:54 +03:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
#Strategy Pattern # Strategy Pattern
Strategy behavioral design pattern enables an algorithm's behavior to be selected at runtime. Strategy behavioral design pattern enables an algorithm's behavior to be selected at runtime.
It defines algorithms, encapsulates them, and uses them interchangeably. It defines algorithms, encapsulates them, and uses them interchangeably.