Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.1 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.1 KB

Competitive Programming Guide

NOTICE: progress currently on hold

IMPORTANT: I'm using a proper note taking platform for my own learning as well, and for the sake of time I haven't been updating this guide often. This repository will still be in the works but expect to see slower updates over longer periods of time

A guide based off of my notes for the Competitive Programmer's Handbook by Antti Laaksonen. This repository will run through the particulars of competitive programming

  • This guide is completed under the assumption that you have knowledge for the basics of progarmming, and in C++, but not much experience with compeitive 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

Language: C++

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