From cd7f1b745657c0e026019bcf5d881d27669f2c5d Mon Sep 17 00:00:00 2001 From: Sadaf <137484958+SadafKausar2025@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:20:08 +0530 Subject: [PATCH] PR not added in the leaderboard --- dsa-solutions/lc-solutions/0000-0099/0006-ZigZag-Conversion.md | 3 +++ 1 file changed, 3 insertions(+) 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 ---