Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yungshenglu/onlinejudgezero
Personal Submission of Online Judge Zero (臺灣高中生程式解題系統)
https://github.com/yungshenglu/onlinejudgezero
algorithms cpp data-structures
Last synced: 19 days ago
JSON representation
Personal Submission of Online Judge Zero (臺灣高中生程式解題系統)
- Host: GitHub
- URL: https://github.com/yungshenglu/onlinejudgezero
- Owner: yungshenglu
- License: gpl-3.0
- Created: 2018-03-30T05:44:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T01:55:50.000Z (about 3 years ago)
- Last Synced: 2024-11-13T23:06:27.445Z (2 months ago)
- Topics: algorithms, cpp, data-structures
- Language: C++
- Homepage: https://zerojudge.tw
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Zero Online Judge (ZOJ)
![](res/zero.png)
This repository is my personal accepted submissions on [Zero Online Judge](https://zerojudge.tw/). If you are interested in this repository or have any quesiton, please feel free to contact with me.
Each problem are placed in its folder which is named by the ID of the problem. The folder contains the following files.
* `README.md` - The detail of the problem.
* `ZOJ-0000.cpp` - My solution for this problem. Some of problem may have more than one solution and be named as `ZOJ-0000-1.cpp`, `ZOJ-0000-2.cpp` and so on respectively.---
## Useful PluginsTo access this repository more easily, the following plugins is recommended to install.
* [GitHub with MathJax](https://chrome.google.com/webstore/detail/github-with-mathjax/ioemnmodlmafdkllaclgeombjnmnbima?utm_source=chrome-ntp-icon) - For better understanding some formulas in `README.md`
* [Octotree](https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc?utm_source=chrome-ntp-icon) - An sidebar on the left side for better accessing other files in other folders---
## Contributor> **NOTICE:** You can follow the contributing process [CONTRIBUTING.md](CONTRIBUTING.md) to join me. I am very welcome any issue!
* [David Lu](https://github.com/yungshenglu)
---
## License[GNU GENERAL PUBLIC LICENSE Version 3](LICENSE)