Q1.Make Array Elements Equal You are given an array of integers of size ‘N’. You have to make the elements of the array equal, and the cost of ... read more
Q2.Merge two sorted lists (in-place) You are given two sorted linked lists. You have to merge them to produce a combined sorted linked list. Yo... read more
Q3.pirates of different ages have a treasure of 100 gold coins. On their ship, they decide to split the coins using this scheme: The oldest pir... read more