摘要:
Given a hash table of size N, we can define a hash function H(x)=x%N. Suppose that the linear probing is used to solve collisions, we can easily obtai 阅读全文
posted @ 2022-04-21 23:46
HarukiZ
阅读(157)
评论(0)
推荐(0)
摘要:
Given any permutation of the numbers {0, 1, 2,..., N−1}, it is easy to sort them in increasing order. But what if Swap(0, *) is the ONLY operation tha 阅读全文
posted @ 2022-04-21 23:12
HarukiZ
阅读(48)
评论(0)
推荐(0)