Closed isuyashpatel closed 4 years ago
Time Complexity O(m+n) i.e O(n) input: f[]={11,16,21,45} s[]={6,8,8,11,16} output: 6 8 8 11 11 16 16 21 45
Closing this as #173 is already merged!
Time Complexity O(m+n) i.e O(n) input: f[]={11,16,21,45} s[]={6,8,8,11,16} output: 6 8 8 11 11 16 16 21 45