Skip to content

A C++ repository for Competitive Programmer's Handbook by Antti Laaksonen

License

Notifications You must be signed in to change notification settings

pulkit1joshi/handbook_codes

Repository files navigation

Handbook Codes


Handbook Codes

A C++ codes repository for Competitive Programming Handbook by Antti Laaksonen.
Report Bug · Request Code

Table of Contents
  1. About The Project
  2. Usage
  3. Roadmap
  4. Contributing

About The Project

A Competitive Programmers Handbook by Antti Laaksonen is one of the good books which touches each topic for competitive programming. But the problem is that it just touches those topics and it becomes hard for a beginner to grasp those concepts and implement them simultaneously. I guess the book expects the reader to have at least once been introduced to the concepts. This repository comprises of all the possible codes from the same. Link

Usage

Read the book. Unable to understand any part? Come here look at the code.

Roadmap

  • Open issue if you want a particular part of the handbook to be implemented earlier or have any issue in the present codes.
  • Further, more codes will be added as I get time. :)

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b newalgorithm)
  3. Commit your Changes (git commit -m 'Added algorithm/code: "Description" , Part of book: "Description"')
  4. Push to the Branch (git push origin newalgorithm)
  5. Open a Pull Request