Leetcode problem description for Zigzag Conversion #709
View on Leetcode
Use efficient algorithm and data structures.
Time: O(n), Space: O(1)
def solve(): print('Solving problem 709')