Question: Please answer the two standard ML questions Exercise 9 Write a function appendall of type 'a list tree - 'a list that takes a tree
Exercise 9 Write a function appendall of type 'a list tree - 'a list that takes a tree of lists and returns the result of appending all the lists together. Put the list for a node together in this order: first the contents of the left subtree, then the list at this node, and then the contents of the right subtree. Here again is the definition of tree, as seen earlier in this chapter
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
