https://github.com/tjkendev/procon-library
my library for competitive programming
https://github.com/tjkendev/procon-library
algorithms competitive-programming cpp procon-library python
Last synced: 17 days ago
JSON representation
my library for competitive programming
- Host: GitHub
- URL: https://github.com/tjkendev/procon-library
- Owner: tjkendev
- Created: 2014-08-20T13:27:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T18:02:55.000Z (almost 2 years ago)
- Last Synced: 2025-08-01T16:42:18.806Z (8 months ago)
- Topics: algorithms, competitive-programming, cpp, procon-library, python
- Language: Python
- Homepage: https://tjkendev.github.io/procon-library/
- Size: 1.31 MB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# procon-library
[](https://app.travis-ci.com/tjkendev/procon-library)
競技プログラミング参照用のテンプレートやライブラリ等の置き場
* Webページ:
## ページ生成方法
### 依存
* Ruby 3.2.1
* [Asciidoctor](https://github.com/asciidoctor/asciidoctor)
### 準備
```sh
# install dependencies from Gemfile
$ bundle install
```
### ページ生成
```sh
# generate output files in 'docs-local' for development
$ make docs-local
# generate output files in 'docs' for production
$ make docs
```
## ページ生成について
* [競プロライブラリのページをAsciiDocで作った話](https://smijake3.hatenablog.com/entry/2018/12/13/224443)