Q1.Merge two sorted arrays Ninja has been given two sorted integer arrays/lists ‘ARR1’ and ‘ARR2’ of size ‘M’ and ‘N’. Ninja has to merge these... read more
Q2.Reverse a stack Reverse a given stack of integers using recursion. Note: You are not allowed to use any extra space other than the internal ... read more