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 |
Differentiate between hashset and hashmap.
Can arraylist store int?
Can we null keys in treemap?
What should be done in the base case for this recursive problem?
What is the minimum number of nodes that a binary tree can have?
Explain the applications of stack?
What is scalar data type?
Define back edge?
Is list a data type?
What are the data structures used in RDBMS, Network data model & Hierarchical data model?
What is the difference between set and unordered_set?
Write the c program to insert a node in circular singly list at the beginning.