Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taiki-fw/atcoder
https://github.com/taiki-fw/atcoder
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taiki-fw/atcoder
- Owner: taiki-fw
- Created: 2020-02-14T07:54:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:42:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T04:25:55.858Z (about 1 month ago)
- Language: JavaScript
- Size: 718 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AtCoder
AtCoderの問題を気ままに解いているリポジトリです。
解答用ファイルを作成するスクリプトは`setUp.js`です。(Nodeの実行環境が必須)## 実行方法(ABCxxx => フォルダ名)
```sh
node setUp.js ABCxxx
```## 参考文献
- [ABC過去問題](https://kenkoooo.com/atcoder/#/table/)