Friday, March 20, 2020

Changes happens every day, very few sense and rest don't care

Last year was worst with respect to my health but was good at my carrier growth. I have delivered concurrently 3 features on the cisco webex calling product. Last year learn nodejs, reactjs, ML, Some revision of python. Now focus is going towards C++, Rust, Competitive programming, Puzzle, Own product building Keep watching this space to get more posts.

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...