This repository contains examples of all 23 design patterns of GOF.
- Abstract Factory
- Builder Design
- Factory Method
- Prototype
- Singleton
- Adapter
- Bridge
- Composite
- Decorator
- Facade
- Proxy
- Chain of Responsibility
- Command
- Interpreter
- Iterator
- Mediator
- Memento
- Flyweight
- Observer
- State
- Strategy
- Template Method
- Visitor
Here is an image from the original GOF Book which describes how these patterns are catogerized. The number represents page numbers of the book