2.4.
This is HW1 * (a) Directed in tree are directed tree where all path goes from the leaf to the root. * (b) Directed out tree are directed tree where all the path goes from the root to the leaf. * (c) Fundamental cycle: Given a spanning tree, adding any edge will create a cycle on the tree, and that is a fundamental cycle. Take note that the cycle doesn't have to be directed, see page 26 for the definition of a cycle. * (d) Foundamental cut: Given a spanning tree, removing any edge will break the tree apart, forming 2 subset of vertices that is the cut.
Tree: Page 30