Problem Description
Provide the problem description here.
Approach
Explain the approach to solve the problem.
Code (Python)
# Write the solution code here
Complexity Analysis
- Time Complexity: O(n)
- Space Complexity: O(1)
Author: Kailash Senthilkumar
Date: 09/08/2025