processes 0-4 are related as follows: 1, 2, 3 are children of 0, and 4 is a child of 2. pcbs are implemented as an array indexed by the process number. each pcb has the links: parent (p), first child (c), younger sibling (ys), and older sibling (os).