Answer Posted / mohammed adnan
dara structue is organizing data in a efficient manner,if we want to retriew some complex data we can use data stucute......actually data structure is explaining the structure of the
data that mean how can u organized,store,and done the
operations on the data.language is something different that
is used to interprete the employ and inplement the logic
of data structure to solve any large complex problems with
efficient memory utilization.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
How do you use the sort function?
What are the applications of stack?
Construct a doubly linked list using a single pointer in each node?
What is difference between linear and non linear data structure?
What is the difference between data types and data structures?
What is heap tree in data structure?
What are the advantages of binary search over linear search?
How arraylist increase its size?
How does quicksort partition work?
Define the queue data structure.
Is vector synchronized?
What is the minimum number of nodes that a binary tree can have?
Which sorting algorithm is worst?
Given an unsorted linked list, and without using a temporary buffer, write a method that will delete any duplicates from the linked list?
Do you know how to find if linked list has loop?