CSC 343 - Data Structures

Dr. R. M. Siegfried

Assignment #11 - Constructing a multiway search tree of order 3

Due Monday, December 12, 2016

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

[Back to the Assignments List]