The GRAPH data structure used behind Facebook.
for more detail see
data structure is a way of storing data in a computer so that it can be used efficientlyan algorithm is a sequence of instructions, often used for calculation and data processing.Often a carefully chosen data structure will allow the most efficient algorithm to be used.
array
stack data structure.
To arrange data in a particular manner.these manner or set of rules is defined in the data structure so that the data used in computer systems can properly used at necessary time.
It is possible to explain data structure in layman's terms. Simply put, in computer terms, a data structure is a commonly used method of data organization.
You create your own data structure in database.
data structure is a way of storing data in a computer so that it can be used efficientlyan algorithm is a sequence of instructions, often used for calculation and data processing.Often a carefully chosen data structure will allow the most efficient algorithm to be used.
No, a data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.
array
stack data structure.
To arrange data in a particular manner.these manner or set of rules is defined in the data structure so that the data used in computer systems can properly used at necessary time.
To arrange data in a particular manner.these manner or set of rules is defined in the data structure so that the data used in computer systems can properly used at necessary time.
Tries, it is a kind of tree data structure that can be used.
It is possible to explain data structure in layman's terms. Simply put, in computer terms, a data structure is a commonly used method of data organization.
The data structures are user defined data types specifically created for the manipulation of data in a predefined manner. Examples of data structures would be stacks,queues,trees,graphs and even arrays(also reffered as data structure)
How many apples are used in fruit.
You use a data structure when you have data to store and:You have more data than you can store in an arrayYou want to be able to find it efficientlyYou want to be able to organise it in different ways