definition module BinSearchTree

import StdClass
import BinTree

is_geordend     :: (Tree a) -> Bool | Ord a // meest algemene type
is_gebalanceerd :: (Tree a) -> Bool | Ord a // meest algemene type