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
Explain the Linked List
What do you mean by collision in hashing?
Mention the data structures which are used in graph implementation.
What is the use of hashtable?
What is push and pop in stack?
Define secondary clustering?
What is array simple?
Can we put null value in hashmap?
We know that Arrays are objects so why cannot we write strArray.length()?
List the data structures which are used in hierarchical data model.
What is hash data type?
What is a weighted graph?
Differentiate between list and set.
How does threaded binary tree represented in data structure?
How would you use qsort() function to sort the name stored in an array of pointers to string?