Rotate the matrix right by K timesProblem Statement — Given a matrix of size N*M, and a number K. We have to rotate the matrix K times to the right side.Jun 24, 2021Jun 24, 2021
Trapping Rain Water — SolutionProblem Statement — Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water…Jun 24, 2021Jun 24, 2021