제 풀이
it 취업을 위한 알고리즘 문제풀이 입문 (with C/C++) : 코딩테스트 대비
제 방식대로 풀어봄
- c++
- 코딩-테스트
콩팥팥죽
댓글 0
좋아요 1
조회수 553
173만명의 커뮤니티!! 함께 토론해봐요.
it 취업을 위한 알고리즘 문제풀이 입문 (with C/C++) : 코딩테스트 대비
제 방식대로 풀어봄
10주완성 C++ 코딩테스트 | 알고리즘 코딩테스트
오늘부로 교안 끝내긴 했는데 2주 정도 걸린것 같습니다. 완벽하게 이해하지 못한부분들도 많고 시간이 길어지다 보니 앞부분은 좀 까먹은것 같은데 2회독 하는게 좋을까요? 아니면 강의 들으면서 모르거나 약한부분은 찾으면서 하는거 좋을까요?..
홍정모의 따라하며 배우는 C++
https://en.wikipedia.org/wiki/Escape_sequences_in_C https://softwareengineering.stackexchange.com/questions/112731/what-does-backslash-escape-character-really-escape/112733 backslash causes an "escape" from the normal way characters are interpreted by the compiler The use of the word "escape" really means to temporarily escape out of parsing the text and into a another mode where the subsequent character is treated differently. 말 그대로 탈출한다는 의미인 것 같습니다