SarthakKeshari / CPP-Questions-and-Solutions

This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
MIT License
47 stars 132 forks source link

ZigZag Conversion #492

Closed itsooof closed 2 years ago

itsooof commented 2 years ago

Enter your question -

The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility)

P A H N A P L S I I G Y I R And then read line by line: "PAHNAPLSIIGYIR"

Write the code that will take a string and make this conversion given a number of rows:

string convert(string s, int numRows);

Enter link to the question(if question belongs to any online platform) -

https://leetcode.com/problems/zigzag-conversion/

Tags for the question(eg - Array, Basic, Stack, etc.) -

String

itsooof commented 2 years ago

Please assign this issue to me @SarthakKeshari

SarthakKeshari commented 2 years ago

@itsooof, Kindly add your solution to "leetcode" folder. Deadline - 18/10/2021