What is an advantage of hashing with buckets, compared to ordinary hashing?

  • A: faster Big O
  • B: don't need to expand the table
  • C: simpler code: no collisions
  • D: A and B
  • E: B and C

    Answer

    Contents    Page-10    Prev    Next    Page+10    Index