INTERFACEUnbalancedAlg ; IMPORT BSTAlg; FROM Thread IMPORT Alerted; PROCEDURE Insert(alg: BSTAlg.T; n: BSTAlg.Node) RAISES {Alerted};
Insert node ``n'' in the tree ``alg.tree'', and generate animation events for views and code views.
END UnbalancedAlg.