Chained Dictionary Assignment
Revision as of 05:59, 25 June 2019 by Dennis.cosgrove (talk | contribs) (→Hashtable Implementation)
SingleList Implementation
Hashtable Implementation
signature HASHED_DICTIONARY = sig include DICTIONARY type ''k hash_function = ''k -> int val create_hashed : (int * ''k hash_function) -> (''k,'v) dictionary end