What are the basic data structures?
How to copy an array into another array?
What are sorting algorithms used for?
How does a dynamic array work?
What is difference between hashmap and map?
The element being searched for is not found in an array of 100 elements. What is the average number of comparisons needed in a sequential search to determine that the element is not there, if the elements are completely unordered?
11 Answers Morgan Stanley, Wipro,
How many types of sorting algorithms are there?
Why is sorting important?
Is array a linked list?
How do you find the size of an arraylist?
How many parts are there in a declaration statement using data structures?
Can arraylist contain null?
Write an algorithm to check if there is a loop in a doubly linked list.