Skip to content

Danh295/CompetitiveProgrammingGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive Programming Guide

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

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

About

An introductory guide based off of the Competitive Programmer's Handbook by Antti Laaksonen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages