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
- Host: GitHub
- URL: https://github.com/amritmaurya1504/design_patterns_lld
- Owner: amritmaurya1504
- Created: 2024-01-19T15:38:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T16:58:20.000Z (almost 2 years ago)
- Last Synced: 2024-01-23T18:02:18.300Z (almost 2 years ago)
- Topics: java, lld, system-design
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```