When would you use a hashmap?
Answer / Manveer
A hashmap, or dictionary, is used when you need to store and retrieve data quickly. It's particularly useful when dealing with large datasets where the frequency of lookups and insertions is high.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you declare A pointer to array of three chars
Is linkedlist thread safe?
What are data structures in programming?
Can a tree be empty?
How to print element of Array?
Define circular list?
What is link list in data structure?
Which algorithm is used in arrays sort?
What does arraylist remove do?
Write the importance of hashing?
Briefly explain recursive algorithm 50 how do you search for a target key in a linked list?
What is difference between stack and queue?