Previous Contents Next

Interface for module Rbtrees

exception Not_Found

type color = Red | Black

type entry = int

type key = int

type (a ,brbtree =
     Leaf of color 
   | Node of (a,brbtree × (a ×b × color) × (a,brbtree

'a = key, 'b is the data
val insert: (abrbtree ® (a × b® (abrbtree 
val delete: (abrbtree ® a ® (abrbtree 
val search: (abrbtree ® a ® b
Pages last (re-)generated October 28, 2002 (Martin Steffen)
Previous Contents Next