Answer Posted / venukumar
Hashing is a search method that require data to be
organized in a specific manner.It uses a Hash Table(HT) to
store the data items.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are different types of sorting techniques?
Where is data structure used?
How to cut or remove an element from the array?
How would you swap the Kth node from beginning with Kth node from end in a Linked List.
Explain what is a spanning tree?
Can arraylist be null?
How to reverse singly link list?
How to search binary in a sorted array?
Name some applications which use linked lists.
How are the elements of a 2d array are stored in the memory?
In what areas do data structures applied?
Is unordered_map a hash table?
List the area of applications where stack data structure can be used?
What is adt and its advantages?
How can you implement a stack?