서점 | 구매링크 |
---|---|
무료 미리보기 | (TBD) |
교보문고 | https://product.kyobobook.co.kr/detail/S000212576322 |
알라딘 | https://www.aladin.co.kr/shop/wproduct.aspx?ItemId=335109613 |
예스24 | https://www.yes24.com/Product/Goods/125183948 |
Event | 세부내용 | 기간 |
---|---|---|
코딩테스트 스터디 | 참여방법 및 스터디 세부사항 | 상시 |
Title | Description |
---|---|
카카오톡 오픈채팅 | 클릭 |
- 해당 코드들에 대해 문의사항이 있거나, 연락이 필요한 경우 아래 참조
Title | Description |
---|---|
Cafe | http://cafe.naver.com/dremdeveloper |
Business Mail | [email protected] |
Codingtest Python | https://github.com/dremdeveloper/codingtest_python |
Codingtest CPP | https://github.com/dremdeveloper/codingtest_cpp |
- 깃 허브의 폴더 구조에 대한 설명
Title | Description |
---|---|
errorcode | 구현시 자주 발생하는 에러메시지 |
mistake | 구현시 자주 실수할수 있는 사항 |
performance | 비슷한 동작을 하는데 시간복잡도가 다른 경우에 대한 시간비교 |
reference | 코딩테스트에서 많이 사용하는 문법 |
solution | 책에 있는 문제에 대한 해설 |
Algorithm_with_DataStructure | 코딩테스트에 등장하는 알고리즘과 자료구조 |