First round:- a) Purely data structure based question [Finding second largest age group of employee] b) what all operation happen when items are added and removed from heap. c) Binary search in linked list [ finding mid element]
Sigiloso
- Using Heap. - Illustrated the steps for restructuring of heap on add and remove. - Using slow and fast pointer.