ZS Associates Interview Question

1.frequency of continuous sub segment in an array 2. Implementation of heap data structure

Interview Answer

Anonymous

Dec 10, 2020

1. using sliding window and two pointer 2. using array and heafify function it can be solved