Answer Posted / r. khan
A tree with root[T]has the following properties
if roo[T] is NULL, then there is no node,
otherwise,every node in the tree has at most two child
nodes.
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
In Data Structure, write output of given program.
How do you perform a merge sort?
Define hashing?
Is binary tree a binary search tree?
Define double hashing?
What do you mean by data types?
What type of data structure is used to perform recursion?
What is a Queue? Explain its operation with example?
What do you mean by garbage collection?
How do you declare A pointer to array of three chars
Write an algorithm that counts number of nodes in the circular linked list
Define quadratic probing?
Define linked list data structure.
What is concurrentlinkeddeque?
What are the advantages of linked list over array (static data structure)?