Skip to content

hitonanode/cplib-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-19 is used to lint .cpp / .hpp files. Default configuration file is .clang-format. See formatter.yml for detail.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy