pub fn zigzag_conversion(s: String, num_rows: i32) -> String
https://leetcode.com/problems/zigzag-conversion/