summaryrefslogtreecommitdiff
path: root/1415/fp2/week6/mart/BinSearchTree.dcl
blob: 460dcf12a0f22441daa26aa16dfe2a418e1803a9 (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