summaryrefslogtreecommitdiff
path: root/fp2/week6/camil/BinSearchTree.dcl
blob: 8b2ab3aefad1ff73c97d061402108f719ac6b285 (plain) (blame)
1
2
3
4
5
6
7
8
definition module BinSearchTree

import StdClass
import BinTree

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