In an AVL tree, at what condition the balancing is to be done?
Answer / ajay vikram
If the ‘pivotal value’ (or the ‘Height factor’) is greater than 1 or less than –1.
| Is This Answer Correct ? | 0 Yes | 0 No |
Differentiate between iterable and iterator.
What is meant by binary tree?
Define non-linear data structures?
Write a Binary Search program
How would you swap the Kth node from beginning with Kth node from end in a Linked List.
What is heap tree explain with example?
List out the disadvantages of using a linked list?
What is sort function?
How can you insert a node at the end of linked list?
What is sorting problem?
What is the Role of push() and pop() method?
Can arraylist store objects?