Answer Posted / santosh kumar chaudhary
Anupam all your points are right except the last one ,the
last point should be all the leaf node must be red...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Treemap orders the elements on which field?
You want to insert a new item in a binary search tree. How would you do it?
How to initialize Dictionary using collection initialize?
Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .
Explain what is the data structures used to perform recursion?
Explain what is the type of the algorithm used in solving the 8 queens problem?
Can we use Generics with the array?
What are the disadvantages of representing a stack or queue by a linked list?
State the difference between stacks and linked lists?
Is a hashmap a dictionary?
How to find 3rd element from end in a linked list in one pass?
How does shell sort work?
What are the difference between a stack and a queue?
What is the use of placement new?
How can you implement a stack?