• 2022-06-04
    Q7 HashingQ7.1 Which critical operation is generally faster in a hash table than in a linked list?[img=673x100]18034cff9781dc9.png[/img]
    A: inserting an element into the data structure
    B: testing for the membership of an element in the data structure
    C: (无)
    D: (无)