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