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 comparable interface?
What is map data structure?
Why we use arraylist instead of linked list?
Is list a data type?
Differentiate between arraylist and vector.
What is the default size of an arraylist?
How many types of arrays are there?
what is binary tree?
Is red black tree balanced?
Is radix sort stable?
What are the properties of an algorithm?
What is the use of heap sort?