반응형
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 | 31 |
Tags
- Medium
- AWS CLI
- querydsl no sources given
- yum install java
- No tests found for given includes
- java version
- java 11
- property or field 'jobparameters' cannot be found on object of type
- easy
- springboottest
- java
- java 여러개 버전
- parse
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- mac os git error
- 스프링부트테스트
- el1008e
- maybe not public or not valid?
- springboot
- aws
- JUnit
- log error
- java 버전 변경
- java 1.8 11
- error
- OpenFeign
- Java 1.8
- no sources given
- LeetCode
- springbatch error
Archives
- Today
- Total
목록ZigZag Conversion (1)
쩨이엠 개발 블로그
[ Leetcode ] 6. ZigZag Conversion - Java
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