Q1. Flip Equivalent Binary Tree Problem Determine whether two binary trees, given by their roots 'ROOT1' and 'ROOT2', are flip equivalent. A tr... read more
Q2. Ninja and Alternating Largest Problem Statement Ninja is given a sequence of numbers and needs to rearrange them so that every second eleme... read more
Q3. Split Array Into Increasing Subsequences Problem Statement You are provided with an integer array ARR of size N sorted in ascending order. ... read more