amanmehara / programming

A polyglot collection of algorithms and code snippets.
Apache License 2.0
35 stars 95 forks source link

Merge Two Sorted array(added license in header) #178

Closed isuyashpatel closed 4 years ago

isuyashpatel commented 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

amanmehara commented 4 years ago

Closing this as #173 is already merged!