Multiway Trees
Problems
Problem 70 - Define a multiway tree data type and count the nodes of a multiway tree.
Problem 71 - Calculate the internal path length of a multiway tree.
Problem 72 - Generate the bottom-up order list of values from a multiway tree.
Problem 73 - Generate a "lispy" string representation of a multiway tree.