Explain data structure
Answer / mamata nayak
Data Structure is collection of data and storing the data, arranging the data, relationship among the data and functionality of data all together we maintained as row and columns using algorithm called Data Structure algorithm.
| Is This Answer Correct ? | 0 Yes | 1 No |
What do u mean by data type?
What do you mean by sorting?
How do you find the complexity of a selection sort?
Describe queue operation.
What is fibonacci search?
What are the applications of priority queues?
What are the classification of data structures?
Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78
Mention a few applications of linked lists?
Can we put null value in hashmap?
Can arraylist hold duplicates?
Which one is faster? A binary search of an orderd set of elements in an array or a sequential search of the elements.