错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Adding Application Keys and Values

  • Thomas Mailund

摘要

So far, the book has only considered storing integer keys in hash tables. Most of the techniques for implementing hash tables do not depend on whether you store simple keys or whether you associate application values with them. The setup where you only store keys that you can also use as hash keys, however, is practically never used in real-life applications. This chapter is about storing application values in bins together with their hash keys. You can download the code at .