Q1.Flip Equivalent Binary Tree You have been given the root of two binary trees ‘ROOT1’ and ‘ROOT2’. You need to find if the two trees are flip... read more
Q2.Ninja And Alternating Largest Ninja is given a few numbers, and he is being asked to rearrange the numbers so that every second element is g... read more
Q3.Split Array Into Increasing Subsequences You are given an integer array/list ‘ARR’ of size 'N' that is sorted in ascending order. Your task ... read more