Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 286 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 286 Bytes

Strategy Pattern

I implemented the strategy pattern on python. Strategy pattern is different implementations of the same algorithm. This means that the result should be exactly the same, but each implementation has a different performance and code complexity.