CODEDRAGON ㆍDevelopment/C, C++
ART OF PROGRAMMING CONTEST
C Programming Tutorials | Data Structures | Algorithms
Contents
Chapter 1 Fundamental Concepts 14 Chapter 2 Game Plan For a Contest 19 Chapter 3 Programming In C: a Tutorial 27 Chapter 4 Essential Data Structures for Contest 72 Chapter 5 Input/Output Techniques 81 Chapter 6 Brute Force Method 85 Chapter 7 Mathematics 91 Chapter 8 Sorting 106 Chapter 9 Searching 113 Chapter 10 Greedy Algorithms 117 Chapter 11 Dynamic Programming 121 Chapter 12 Graphs 134 Chapter 13 Computational Geometry 172 Chapter 14 Valladolid OJ Problem Category 174 Appendix A ACM Programming Problems 176 Appendix B Common Codes/Routines For Programming 188 Appendix C Standard Template Library (STL) 230 Appendix D PC2 Contest Administration And Team Guide 235 Appendix E Important Websites/Books for ACM Programmers 242 |
직접다운로드
Art_of_Programming_Contest_SE_for_uva.pdf
or
https://www.comp.nus.edu.sg/~stevenha/database/Art_of_Programming_Contest_SE_for_uva.pdf
'Development > C, C++' 카테고리의 다른 글
Ex-강제 형변환 필요성 (0) | 2017.01.02 |
---|---|
Ex-힙영역에 4byte 동적 메모리 공간을 할당한 후 할당된 공간에 데이터를 저장하고 이를 해제하는 코드 (0) | 2016.12.25 |
Ex-자동 형변환(대입 연산자) (0) | 2016.12.14 |
#if~#endif문 (조건부 컴파일) (0) | 2016.12.08 |
자동 형변환 (산술연산) (0) | 2016.12.04 |