반응형
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 |
Tags
- 네이버 검색 시스템
- DP
- 백준
- 취준
- 제노블레이드 2
- 자소서
- 알고리즘 종류 정리
- git
- Python
- algorithm
- 프로콘
- ASF-110
- python3
- baekjoon
- Ultimate Search
- Pro-Con
- 격리수준
- SRE
- LeetCode
- GitHub Desktop
- 알고리즘
- 프로콘 갈림현상
- C++
- 리트코드
- 프로그래머스
- programmers
- 코딩테스트
- Algorithmus
- Github
- 백트래킹
Archives
- Today
- Total
반응형
목록Algorithmus (1)
반응형
산타는 없다
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/pMtlf/btqR1E6t9Ht/C4jK8QdtGPGC89rBBQQiz0/img.png)
문제 원문 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