week6 camil: working positioning of lines by putting empties at left and right; remov...
[fp1415.git] / fp2 / week6 / camil / BinSearchTree.dcl
diff --git a/fp2/week6/camil/BinSearchTree.dcl b/fp2/week6/camil/BinSearchTree.dcl
new file mode 100644 (file)
index 0000000..8b2ab3a
--- /dev/null
@@ -0,0 +1,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
\ No newline at end of file