Answer Posted / hr@tgksolutions.com
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 |
Post New Answer View All Answers
Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78
What is dynamic array how it is created?
Why is arraylist not thread safe?
What are the properties of an algorithm?
Does treemap allow duplicate keys?
How do you find the length of an arraylist?
Can we change load factor of hashmap?
What is a node in it?
What are control structures?
Is merge sort better than quick?
Find duplicates in infinite range. Which data structure to be used to give efficient solution?
Which is better stack or queue?
What is link list in data structure?
What is the height of an empty tree?
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?