GE HealthCare Interview Question

Something related to given an array after removing k elements find the contiguous pair with maximum absolute difference

Interview Answer

Anonymous

Jul 29, 2019

Implement producer consumer where a queue is shared among the threads , use synchronization

1