This repo contains examples of software design patterns from famous book Design Patterns: Elements of Reusable Object-Oriented Software
- Builder
- Abstract factory
- Factory method
- Prototype
- Singleton
- Adapter
- Bridge
- Composite
- Decorator
- Facade
- Flyweight
- Proxy
- Command
- Chain of responsibility
- Interpreter
- Iterator
- Mediator
- Memento
- Observer
- State
- Strategy
- Template method
- Visitor