반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- mac os git error
- property or field 'jobparameters' cannot be found on object of type
- java 11
- java version
- java
- no sources given
- easy
- log error
- el1008e
- No tests found for given includes
- error
- maybe not public or not valid?
- java 1.8 11
- springboottest
- java 여러개 버전
- yum install java
- springbatch error
- LeetCode
- aws
- Medium
- Java 1.8
- parse
- querydsl no sources given
- AWS CLI
- OpenFeign
- java 버전 변경
- JUnit
- springboot
- 스프링부트테스트
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
Archives
- Today
- Total
목록ZigZag Conversion (1)
쩨이엠 개발 블로그

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); Example 1: Input: s = "PA..
개발/Programming
2021. 2. 25. 21:15