Define graph?
Answer / Sundaram Shivam
A graph is a non-linear data structure consisting of nodes (also called vertices) and edges that connect any pair of distinct nodes. The edges can be directed or undirected.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by strongly connected in a graph?
What are basic algorithms?
Which sorting algorithm is best for small data?
What are the advantages of selecetion sort?
How many sorting techniques are there?
Run time memory allocation is known as in data structure?
What are arrays used for?
Is hashmap an array?
How to fill element (initialize at once) in an array?
What are data and data types?
Define avl tree?
What are the scenarios in which an element can be inserted into the circular queue?