Pergunta de entrevista da empresa BankBazaar

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]

Resposta da entrevista

Sigiloso

10 de abr. de 2017

- Using Heap. - Illustrated the steps for restructuring of heap on add and remove. - Using slow and fast pointer.

1