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 is the difference between hashset and hashmap?
How does a selection sort work?
What is the average number of comparisons needed in a sequential search to determine the position of an element in an array of 100 elements, if the elements are ordered from largest to smallest?
19 Answers ABB, SDE,
What is dangling pointer and how to avoid it?
What is the difference between dictionary and hashtable?
In what order the elements of a hashset are retrieved?
How do you search for a target key in a linked list?
what is Singly Linked list?
Which interfaces are implemented by abstractsequentiallist?
Does hashmap allow duplicate keys?
What are skew trees? For a tree with 4 nodes draw all possible binary? Generalize for n nodes how many binary trees can be drawn?
What is a stable sort?