Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 (臺灣高中生程式解題系統)

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 Plugins

To 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)