summaryrefslogtreecommitdiff
path: root/fp1/week7/camil/BinSearchTree.dcl
blob: 696b065a3c4276d7cbb624b1bddfcfbf9c45edce (plain) (blame)
1
2
3
4
5
6
7
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