Define graph?



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

Post New Answer

More Data Structures Interview Questions

What is meant by strongly connected in a graph?

1 Answers  


What are basic algorithms?

1 Answers  


Which sorting algorithm is best for small data?

1 Answers  


What are the advantages of selecetion sort?

1 Answers  


How many sorting techniques are there?

1 Answers  


Run time memory allocation is known as in data structure?

1 Answers  


What are arrays used for?

1 Answers  


Is hashmap an array?

1 Answers  


How to fill element (initialize at once) in an array?

1 Answers  


What are data and data types?

1 Answers  


Define avl tree?

1 Answers  


What are the scenarios in which an element can be inserted into the circular queue?

1 Answers  


Categories