Wednesday, December 5, 2018

Expectation from Software engineering

Quality Bug-free Performance Satisfy customer expectation User-friendly application stability scalability clean code

Merging two sorted arrays - Big O (n+m) time complexity

 Problem :  Merge the two sorted arrays. Edge case :  Array can empty Arrays can be in different size let getMaxLength = ( input1 , input...