A hash table of length 10 uses open addressing with hash function h(k)=k mod 10, and linear probing. After inserting 6 values into an empty hash table, the table is as shown below.012 423 234 345 526 467 3389Which one of the following choices gives a possible order in which the key values could have been inserted in the table?
A、46, 42, 34, 52, 23, 33;
B、34, 42, 23, 52, 33, 46;
C、46, 34, 42, 23, 52, 33;
D、42, 46, 33, 23, 34, 52
发布时间:2025-05-14 09:27:50