CC150 Reading Notes 1: Arrays and Strings

来源:互联网 发布:先知者软件 编辑:程序博客网 时间:2024/05/18 03:57

Hash Tables

Notes:

1. key-value structure

2. an underlying array and a hash function

3. linked list at index hash(key)%array_length

4. practice both implementing and using hash table


0 0
原创粉丝点击