반응형
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
- 프로콘
- LeetCode
- git
- baekjoon
- 프로그래머스
- 알고리즘
- SRE
- 격리수준
- Github
- algorithm
- Python
- python3
- ASF-110
- 백준
- 백트래킹
- 리트코드
- 제노블레이드 2
- 취준
- Ultimate Search
- 코딩테스트
- 자소서
- DP
- 네이버 검색 시스템
- 프로콘 갈림현상
- Pro-Con
- C++
- programmers
- 알고리즘 종류 정리
- Algorithmus
- GitHub Desktop
Archives
- Today
- Total
반응형
목록coding test (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) 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); Constraints: 1
코딩테스트/리트코드
2021. 1. 1. 11:35