Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 327 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 327 Bytes

SDP

Software design and algorithms programs ☕

Projects:

  1. Algorithm complexity.
  2. Divide and conquer.
  3. Greedy algorithms.
  4. Backtracking.
  5. Creational design patterns: Singleton, Factory Method.
  6. Estructural design patterns: Decorator, Facade, Adapter.
  7. Behavioural design patterns: Iterator, Strategy, State.