diff --git a/dsa-solutions/lc-solutions/0000-0099/0006-ZigZag-Conversion.md b/dsa-solutions/lc-solutions/0000-0099/0006-ZigZag-Conversion.md index aa3fbc511..5455474c1 100644 --- a/dsa-solutions/lc-solutions/0000-0099/0006-ZigZag-Conversion.md +++ b/dsa-solutions/lc-solutions/0000-0099/0006-ZigZag-Conversion.md @@ -4,6 +4,9 @@ title: Zigzag Conversion (LeetCode) sidebar_label: 0006-Zigzag Conversion tags: - String + - Java + - C++ + - Python description: Convert the given string into a zigzag pattern with a specified number of rows. sidebar_position: 6 ---