We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671bdb8 commit 91118c2Copy full SHA for 91118c2
source-code/design-patters/README.md
@@ -8,5 +8,7 @@ Code to illustrate some design patterns in Python.
8
can be used to change the behaviour of objects.
9
1. `factory_design_pattern.ipynb`: notebook illustrating how a factory class
10
can be used to conveniently construct many objects with the same properties.
11
- * `finite-state-parser`: illustration of object-oriented data
+1. `finite-state-parser`: illustration of object-oriented data
12
representation and the state pattern.
13
+1. `strategy_design_pattern.ipynb`: notebook illustrating how a strategy
14
+ design pattern can simplify simulations.
source-code/design-patters/strategy_design_pattern.ipynb
0 commit comments