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