Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions 07_strategy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<h1>strategy</h1>

the `strategy pattern` (also known as the policy pattern) is a behavioral software design pattern that enables selecting
an algorithm at runtime. Instead of implementing a single algorithm directly, code receives run-time instructions as to
which in a family of algorithms to use.