Grid Unique Paths InterviewBit SolutionA robot is located at the top-left corner of an A x B grid. The robot can only move either down or right at any point in time. The robot is
Anti Diagonals Interviewbit SolutionGive a N*N square matrix, return an array of its anti-diagonals. Look at the example for more details.
Wave Array Interviewbit SolutionGiven an array of integers, sort the array into a wave like array and return it, In other words, arrange the elements into a sequence such t