Which of the following statement(s) is/are true
A. When two elements map to the same slot in hash table, it is called hashing.
B. Linear search takes a sorted list and divide it in the middle
C. Modulo division method is Hashing method.
D. Traversing specifies whether key is present in the list or not.
E. Binary search take a sorted ordered list and divides it in the middle.
Choose the correct answer from the options given below:
1
A and B only
2
A, B and C only
3
B and D only
4
C and E only