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