Answer Posted / suman tiwari aka nips
Data structure can be defined in many ways.
Different operations performed on data with the help of some
working mechanism or rule is Data structure.
In book of D. Samanta., It has been defined as Triplet(DFA)
D is a set of data object
F is a set functions and
A is a set of rules to implement the functions
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is collection sort?
Describe stack operation.
write a code for Implementation of stack and queues.
What is a queue in data structure?
How to create your own data structure in java?
What is list and its types?
What is entryset in hashmap?
Is linkedlist thread safe?
What is the difference between hashset and linkedhashset?
What is data structure geeksforgeeks?
What are the advantages and disadvantages of copyonwritearraylist?
What is a data structure node class?
Why hashmap is faster than hashtable?
What is the order of selection sort?
Will this code give error if I try to add two heterogeneous elements in the arraylist? And why?