!\1. INTRODUCTION
0:00:00 1. What are design patterns
0:04:13 2. Types of design patterns
!\2. CREATIONAL DESIGN PATTERNS\
0:07:22 1. Singleton
0:22:24 2. Factory method
0:32:20 3. Abstract factory
0:43:04 4. Builder
0:54:46 5. Prototype
!\3. STRUCTURAL DESIGN PATTERNS
1:04:05 1. Adapter
1:15:23 2. Bridge
1:24:00 3. Composite
1:32:38 4. Decorator
1:43:14 5. Facade
1:52:49 6. Flyweight
2:06:00 7. Proxy
!\4. BEHAVIOURAL DESIGN PATTERNS
2:16:40 1. Chain of responsibility
2:30:27 2. Command
2:40:12 3. Interpreter
2:52:34 4. Iterator
3:00:08 5. Mediator
3:08:15 6. Memento
3:17:20 7. Observer
3:33:56 8. State