	tree := nil;
	for i:=1 to n do insert( tree, <ith-key> );
	output_infix( tree );
