**Problem Statement:**
Given the required input arguments, write an efficient algorithm to solve the **Zigzag Conversion** problem. Implement the required logic as specified by standard definitions for this classic algorithmic challenge.
**Hint / Expected Approach:**
Simulate rows with direction flag
**Edge Cases to Consider:**
- (1) numRows = 1
- (2) numRows ≥ length
- (3) Single character