Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 2.21 KB

Resources.md

File metadata and controls

50 lines (41 loc) · 2.21 KB

Notes

C++11

I recommend that you use C++11 over Java due to various reasons, such as

  • better speed (especially important in codeforces)
  • typically shorter / simpler
  • miscellaneous shortcuts such as #define, typedef, auto
  • good STL

Resources

Lists

Books

Courses

Algorithm Collections

ACM-ICPC

Other