Which Data Structures is used in those days give example.
Use of any data structure in a certain situation depends on the nature of the problem, for example, if we have a list of 10 data items to be stored in computer memory and we know this in advance that the list will not grow in future then it is better to use static Array data structure, however if we know that the list may grow in future then it is better to use Linked list data structure.
Which Data Structure now a days?
Reviewed by MCH
on
December 21, 2012
Rating:
No comments: