Which searching algorithm is best?
How does arraylist size work?
How would you reverse the characters of an array?
what is Singly Linked list?
What is the average number of comparisons in a sequential search?
What do you mean by collision in hashing?
Which sorting algorithm is the slowest?
What is the average number of comparisons needed in a sequential search to determine the position of an element in an array of 100 elements, if the elements are ordered from largest to smallest?
19 Answers ABB, SDE,
In an avl tree, at explain what condition the balancing is to be done?
You want to insert a new item in a binary search tree. How would you do it?
No. of possible ordered trees with n nodes ? Please give formula (if any).
What is merge sort in daa?
Can hashset contain null?