Giter VIP home page Giter VIP logo

cplib-cpp's Introduction

C++ Algorithm/Data Structure Library for Competitive Programming

Actions Status Actions Status hitonanode hitonanode

Library Document

Policy

  • "Copy-and-paste-then-run" in any platforms
    • No macro such as REP(i, n)
  • Easy to remember usage of codes which have not been used for long time
    • Concise instruction is written directly on .hpp files
    • Less lines preferred
  • Proactively introducing non-essential codes (such as UnionFind specialized for 2D grids) for fast AC in real contests

Environments

GitHub Actions-based CI is run for the environments below:

  • C++17 (GCC): g++ -std=c++17 -O2 -Wall
  • C++17 (Clang): clang++ -std=c++17 -O2 -Wall

Installation

You can easily insert the snippets using the tools such as Clipboard History and snippet-from-file . The script generate_snippet_conf.py generates the configuration file for them.

License

Some files in this repo (such as network-simplex.hpp) contains peculiar license statements. These files are under the particular license.

Except such snippets, the programs written by the owner of the repo is under the MIT License, but you can freely use or modify C++ codes without any notice for programming contests or online judges.

Formatting

clang-format-16 is used to lint .cpp / .hpp files. Default configuration file is .clang-format. See formatter.yml for detail.

cplib-cpp's People

Contributors

hitonanode avatar web-flow avatar alantudyk avatar kmyk avatar shengrang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.