answersLogoWhite

0

The GRAPH data structure used behind Facebook.

for more detail see

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Which data structure used in database?

You create your own data structure in database.


What data structure and logarithm?

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.


Is data structure a language?

No, a data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently.


What data structure is used to store homogeneous data item?

array


Which type of data structure is used in ATM to take the printout of last 5 transactions?

stack data structure.


What is the main purpose of the 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.


What are the goals of 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.


Which data structures used in T9 dictionary?

Tries, it is a kind of tree data structure that can be used.


How would a person explain data structures to a technophobe?

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.


What is data structure?

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 linked list are used in data structure?

How many apples are used in fruit.


Where and in which area can the data structure concepts be used?

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