79396606

Date: 2025-01-29 11:46:13
Score: 2
Natty:
Report link

Recursive Approach:The first row shall be printed and the rest of the matrix must be rotated. Note: Time Complexity remains same as iterative approach, but space complexity increases. T.C.:O(nm), S.C.:O(nm) Here's the recursive approach

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Akshat