Q1.Form a Triangle You are given an integer of array/list 'ARR' of length ‘N. You are supposed to return true if it is possible to construct at... read more
Q2.Battleship A board can be divided in two halves which are to be given to two players and then you need to add ships for each players. Every ... read more
Q3.Weighted Job Scheduling You are given 'N' jobs with their start time 'Start', end time 'End' and profit 'Profit'. You need to tell the maxim... read more