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

29 Jul 2019

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

1