摘要: 12. binary search Trees The search tree data structure supports many dynamic-set operations,including search ,minimum,maximum,predecessor,successor ,insert ,and delete. Thus, we can use a se... 阅读全文
posted @ 2015-05-01 23:35 巴山夜雨1989 阅读(420) 评论(0) 推荐(0)
摘要: 11 Hash tables Many applications require a dynamic set that supports only the dictionary operations INSERT, SEARCH, and DELETE. For example, a compiler that translates a programming language mainta... 阅读全文
posted @ 2015-05-01 10:54 巴山夜雨1989 阅读(300) 评论(0) 推荐(0)