C
Programming and Technical
Category
every element of a data structure has an address and a key associated with it.a search mechanism deals with two or more values assigned to the same address by using the key what is this search mechanism?
1)linear search 2)binary search 3)hash coded search
4)none of these
Read Solution (Total 10)
-
- Hash coded search. Since it is the only search among the given options in which we can assign two or more values to same address.
- 10 years agoHelpfull: Yes(4) No(0)
- option 3. that is hash coded search
- 10 years agoHelpfull: Yes(1) No(0)
- hash coded search
- 9 years agoHelpfull: Yes(1) No(0)
- that is hash coded search
- 10 years agoHelpfull: Yes(0) No(0)
- Binary search
- 10 years agoHelpfull: Yes(0) No(3)
- Hash coded search
- 9 years agoHelpfull: Yes(0) No(0)
- linear search for searching elements with same key i.e assigned same address
- 9 years agoHelpfull: Yes(0) No(0)
- hash codede search
- 9 years agoHelpfull: Yes(0) No(0)
- hash coded search
- 8 years agoHelpfull: Yes(0) No(0)
- option 3.In hash code search only we assigned one more values to same address by key value
- 6 years agoHelpfull: Yes(0) No(0)
C Other Question