System Design ( Day - 55 )
Composite Design Pattern
DefinitionComposite pattern composes object into tree like structure representing a part - whole hierarchy. It let client treats individual object and composition of object uniformly.
Design File System
When you have a tree-l...
systemdesignbymanoj.hashnode.dev1 min read