Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 496 Bytes

File metadata and controls

15 lines (12 loc) · 496 Bytes

System-Design-LLD

In this repo we will have the Low Level Design codes of many use cases in C++. Currently we have LLD Code of:

  • Tic-Tac-toe
  • HashMap Implementation
  • File System Implementation
  • Vehicle -- Strategy Design Pattern
  • Pizza Cost Calculation -- Decorator Design Pattern
  • Notify Me -- Strategy Design Pattern
  • Logger -- Chain of Responsibility Pattern
  • Shape Draw -- Factory + Null Object Design Pattern

This repository will be updated with many other use cases in future.