Answer Posted / kannan
A root node has no child node
If it contain chid the address part of the node contains
NULL value
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
Which sorting algorithm has minimum number of swaps?
Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .
How do you get placements?
Will hashmap allow null keys?
How would you dynamically allocate a one-dimensional and two-dimensional array of integers?
How many times is merge sort called?
What is internal and external sorting?
Can you distinguish between ArrayList and Array?
Define a binary tree?
How do you search for a target key in a linked list?
You are given a singly linked list. How would you find out if it contains a loop or not without using temporary space?
what is the difference between singly and doubly linked lists?
Is bucket sort stable?
What is stack in data structure with the example?
What is Another name of Dynamically allocating memory.