/CompetitiveProgramming-Material

This is repo containing all the fabulous CP material I've come across.

Primary LanguageC++

CompetitiveProgramming-Material

This is repo containing all the fabulous CP material I've come across.

List of Books:

  • Competitve Programming by Steven & Felix Halim - 3rd Edition
    • The New Lower Bound of Programming Contests
    • Handbook For ACM ICPC and IOI Contestants
  • Competitve Programmer's Handbook by Antti Laaksonen
  • Basic Combinatorics by Carl G. Wagner
    • One of the better books on Combinatorics needed and used in competitive programming.
  • Introduction to Graph Theory by Douglas B. West

Code Libraries:

  • Important CP Material
    • Implementation of many(almost all) algorithms required in CP and also for placements.
    • Main languages used: C++ and C
    • This code library is not mine neither is it collected by me.

Code Snippets

  • C++ Snippet
  • Python Snippet
  • Java Snippet

All contributions are welcome. If you come across any amazing source, do contribute!

How to contribute?

  • Fork this repository.
  • Clone the forked repository using git clone <url>.
  • Add the material in the respective folder.
  • Make a pull request.
  • Wait for the pull request to be merged 🎉.

Maintained By: