Skip to content

drafear/competitive-library-1024

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub license Build Status

competitive-library

競技プログラミング用ライブラリ管理ツール

Usage

  1. Fork it.
  2. cpp/[category]/[filename.cpp] を好みに追加したり書き換えたりする
  3. cpp/[AOJ-Problem-ID.cpp] に書いたライブラリを include して問題を解く (optional)

Automated Testing

  1. CXXCXXFLAGS を指定して cpp/spec.sh を走らせる (例: CXX=g++ CXXFLAGS="--std=c++14 -O2 -Wall" ./cpp/spec.sh)
  2. (optional) Travis CI の方の設定をいい感じにする (こんな感じ になる)

Generates Documentation

  1. ./gendoc.sh を走らせると, docs/index.md が生成される (こんな感じ になる)
  2. GitHub Pages の設定をする (こんな感じ になる)

How to Contribute

Contributors

About

A library manager for competitive programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.7%
  • Shell 8.4%
  • Python 1.9%