Posts

Showing posts from October, 2012

XIIB-CS-DATA STRUCTURES(LINK LIST,STACK,QUEUE)

DATA STRUCTURES   A data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.Different kinds of data structures are suited to different kinds of applications. Types of data structure There are two types of data structures Linear data structure -Array,Linked list,Stack,Queue Non-Linear data structue – Graph and Tree   Array-       An array of airplanes                                                       An array of bugs             An array of cards      ...