top of page
Search
Grid Unique Paths InterviewBit Solution
A 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 Solution
Give a N*N square matrix, return an array of its anti-diagonals. Look at the example for more details.
Wave Array Interviewbit Solution
Given 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
bottom of page