(* Author: Tobias Nipkow *) section ‹2-3 Tree from List› theory Tree23_of_List imports Tree23 Define_Time_Function begin text ‹Linear-time bottom up conversion of a list of items into a complete 2-3 tree whose inorder traversal yields the list of items.› subsection "Code" text ‹Nonempty lists of 2-3 trees alternating with items, starting and ending with a 2-3 tree:›