What is a graph?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
A specific kind of data structure that has a collection of ordered pairings is called a graph.
Another name for the ordered pairs in a graph is arcs or edges. Connecting nodes where data can be stored and accessed is their most popular use.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
A specific kind of data structure that has a collection of ordered pairings is called a graph.
Another name for the ordered pairs in a graph is arcs or edges. Connecting nodes where data can be stored and accessed is their most popular use.
| Is This Answer Correct ? | 0 Yes | 0 No |
A specific kind of data structure that has a collection of ordered pairings is called a graph.
Another name for the ordered pairs in a graph is arcs or edges. Connecting nodes where data can be stored and accessed is their most popular use.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is circular queue in data structure?
Define data type and what are the types of data type?
Explain pre-order and in-order tree traversal.
What is the basic of data structure?
What do you understand by stable sort?
Why hashmap is faster than hashtable?
What is collision in data structure?
What are vectors used for in real life?
What is data type in data structure?
How do you increase the capacity of an arraylist?
What is a matrix? Explain its uses with an example
Name few concurrent collection classes?