Wex Inc | Software Engineer 2 Interview Experience
Summary
Interview Experience
1st Round DSA 1. Water Jug Problem (ques 365) 2. Maximum elements that can be made equal with k updates Given an array nums[] and a value k. The task is to find the maximum elements that can be made equal with at most k updates/increments. Examples: Input : nums[] = { 2, 4, 9 }, k = 3 Output : ...


