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 |
Which is better array or linked list?
What are the main differences between the linked list and linear array?
What are the issues that hamper the efficiency in sorting a file?
Does linkedhashset allow duplicates?
Can binary tree have 1 child?
What is worst case complexity algorithm?
Discuss how to implement queue using stack.
Define open addressing?
what is the difference between dynamic as well as non - dynamic data structures.
What is faster array or arraylist?
Is map a data structure?
Can you tell me the differences between Array and ArrayList?