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
List the applications of stacks?
What is the difference between push and pop?
Name few collections map implementations?
Describe linear probing with an example.
What are the disadvantages of sequential storage?
Which programming language is best for data structures?
What is the difference between Array and LinkedList?
Difference between hashset and treeset?
What is the difference between array and stack in data structures?
What is data structure in programming language?
Why quicksort is called quick?
Give a good data structure for having n queues ( n not fixed) in a finite memory segment. You can have some data-structure separate for each queue. Try to use at least 90% of the memory space.
What can be stored in an arraylist?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
Which is the parent class of abstractqueue class?