Tag Archives: The Strategy Pattern in Python

The Strategy Pattern in Python

Explaining Bubble Sort, Quick Sort, and Merge Sort with the Strategy design pattern, complete with code, trade-offs, and a runnable demo. ─────────────────────────────────────────────────────────── TL;DR – What: Strategy pattern decouples what you do (sorting) from how you do it (bubble/quick/merge). – Why: … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO, programming | Tagged , , , , , | Leave a comment