Answer Posted / varun
Data Structure is all about organizing and managing data.
Now this data can be Raw, Programmed, Temp. etc. The most
important point that we must note here is that by creating
data structures, we try to solve our complex problem in way
analogous to nature's way of handling things. We try to
create rules we have already seen and then exploit it like
we do in real world. A simple example is the rule of chain
that is analogous to Link List. Its a choice of ease to
compute i a controlled manner.
| Is This Answer Correct ? | 24 Yes | 6 No |
Post New Answer View All Answers
Define linear probing?
What is meant by arraylist?
What is a string array?
How to cut or remove an element from the array?
Explain what are the methods available in storing sequential files ?
What do you mean by rehashing?
What is dangling pointer and how to avoid it?
Calculate the address of a random element present in a 2d array, given base address as ba.
Give a real time example of stack
Write a program to reverse a link list.
Define a queue?
Why do we use stacks?
How do I use quick sort?
which notations are used in evaluation of arithmetic expressions using prefix and postfix forms?
Write the syntax in c to create a node in the singly linked list.