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

https://github.com/davidyslu/OnlineJudgePKU

Personal submissions on PKU Online Judge (北京大學程式解題系統)
https://github.com/davidyslu/OnlineJudgePKU

algorithms cpp data-structures

Last synced: 7 months ago
JSON representation

Personal submissions on PKU Online Judge (北京大學程式解題系統)

Awesome Lists containing this project

README

          

# PKU Online Judge (POJ)

![](res/pku.gif)

This repository is my personal accepted submissions on [PKU Online Judge](http://poj.org/). 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.
* `POJ-0000.cpp` - My solution for this problem. Some of problem may have more than one solution and be named as `POJ-0000-1.cpp`, `POJ-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)