what is the need of data structure
Answers were Sorted based on User's Feedback
Answer / surendra gour
Data structure is the way in which the various data element
are organised in memory with respect to each other.
| Is This Answer Correct ? | 6 Yes | 10 No |
What is data in computer science?
What does arraylist remove do?
How do I push an element into a stack?
What are linked lists most commonly used for?
When will you sort an array of pointers to list elements, rather than sorting the elements themselves?
Which interfaces are implemented by hashmap?
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
Why is null not allowed in concurrenthashmap?
Which sorting has less time complexity?
Do sets allow duplicates?
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
Tell me about circular linked list?