In this repository you will find the examples of often used design patterns on Java language.
I studied it from these
videos: link
All patterns are divided into 3 main types:
- Behavioral
- Creational
- Structural
- Chain
- Command
- Interpreter
- Iterator
- Mediator
- Memento
- Observer
- State
- Strategy
- Template
- Visitor
- AbstractFactory
- Builder
- Factory
- Prototype
- Singleton
- Adapter
- Bridge
- Composite
- Decorator
- Facade
- Flyweight
- Proxy