Given the following list of values (in order), create a multway search tree of order 3 (where every node has 3 values or less). Split on the left member of the two center members.
32, 57, 6, 18, 22, 13, 80, 25, 10, 44, 50, 78, 11, 42, 19, 41, 16, 3
Show your work in diagram form