174 B
174 B
flowchart TB
A(me) --> B(alice)
A --> C(bob)
A --> D(claire)
B --> P(peggy)
C --> P
C --> AN(anuj)
D --> T(tom)
D --> J(jonny)