Answer Posted / kranth
datastructure is a concept that describes the logical and
physical organisation of data so that it can be retreived
as and when required.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Can we sort hashmap?
How do you perform a merge sort?
How can someone display singly linked list from first to last?
What is the difference between set and unordered_set?
What are the different binary tree traversal techniques?
Can you sort a string?
What is a multidimensional array?
If you have to store one lakh objects, what will be a better option- a hash map or an array list?
What is a comparator function?
Difference between arrays and linked list?
Which is faster hashmap or concurrenthashmap?
Why do we need sorting algorithms?
Are the expressions arr and &arr same for an array of integers?
Is it necessary to sort a file before searching a particular item ?
Is hashmap synchronized?