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
|