What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
TCS,
986If you have to store one lakh objects, what will be a better option- a hash map or an array list?
DELL,
1206Post New Data Structures Questions
How do you initialize an arraylist?
Can we put null key in hashmap?
Which interface provides the capability to store objects using a key-value pair?
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
What can be stored in an arraylist?
What is a weighted graph?
Is hashmap fail safe?
What is hashing technique?
Define a binary tree?
What are the tasks performed during preorder traversal?
Why is map not a collection?
Why we use linked list?
Why insertion is faster in linked list?
When is a graph said to be weakly connected?
What are the advantages of modularity?