From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_40,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d467e78c24597e87,start X-Google-Attributes: gid103376,public From: JAY STAR Subject: binary trees Date: 1997/11/12 Message-ID: <346A03B8.678@aol.com>#1/1 X-Deja-AN: 289736554 Newsgroups: comp.lang.ada Date: 1997-11-12T00:00:00+00:00 List-Id: I currently have a binary search tree package that i would like to add a couple of function to find out the height of the tree, the list of ancestors of a given key, return the mirror image of the tree, and remove from the tree all nodes whose key do not meet a given condition. Thank you