A guide based off of my notes for the Competitive Programmer's Handbook by Antti Laaksonen. This repository will run through the basics of competitive programming
- This guide is completed under the assumption that you know the basics of programming, and in C++, but not much experience with competitive programming
- There is a focus on algorithms and data structures
- This repository will mainly contain my personal notes and important information from the handbook
- The handbook can be found at https://cses.fi/book/book.pdf
While most code and programs in this repository will be written in C++, logic of algorithms and data structures are still applicable to other languages
Navigate through the files for the different sections of the handbook