An open API service indexing awesome lists of open source software.

https://github.com/amritmaurya1504/design_patterns_lld

Important Design Patterns
https://github.com/amritmaurya1504/design_patterns_lld

java lld system-design

Last synced: 19 days ago
JSON representation

Important Design Patterns

Awesome Lists containing this project

README

          

## DESIGN PATTERNS

### 1. Observer Pattern
```
Question : Notify all subscriber when stock is available.
```

### 2. Strategy Pattern
```dtd
Question : Payment System
```

### 3. Decorator Pattern
```dtd
Question : Pizza Billing System
```

### 4. Factory Pattern
```dtd
Question : Mobile Factory
```

### 5. Abstract Factory Pattern
```dtd
Question : Mobile Factory
```