Saturday 13 September 2014

Data Structures & Algorithms

Data Structures & Algorithm

Different kinds of data structures are suited to different kinds of applications, and some are highly specialized to specific tasks
It provides a means to manage large amounts of data efficiently, such as large databases and internet indexing services.
The implementation of a data structure usually requires writing a set of procedures that create and manipulate instances of that structure.
Data structures are needed for data representation while algorithms are needed to operate on data to produce desired output
Usually, efficient data structures are a key in designing efficient algorithms.
 

0 comments:

Post a Comment