l******e 发帖数: 27 | 1 1. figure out a way to fill a table with 1K integers, and explain your
method.
2. Measure the amount of time it takes to read the table when the table is
full
3 Find out how we can reduce the time it takes to execute this operation
for question 1, just use a hash function to fill the table. For question 2
& 3, how to reduce the time taken to read the table? Thanks. |
|