Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yungshenglu/onlinejudgenctu
Personal submissions on Online Judge NCTU (國立交通大學程式解題系統)
https://github.com/yungshenglu/onlinejudgenctu
algorithms cpp data-structures
Last synced: 19 days ago
JSON representation
Personal submissions on Online Judge NCTU (國立交通大學程式解題系統)
- Host: GitHub
- URL: https://github.com/yungshenglu/onlinejudgenctu
- Owner: yungshenglu
- License: gpl-3.0
- Created: 2017-10-20T03:17:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T04:39:43.000Z (almost 6 years ago)
- Last Synced: 2024-11-13T23:07:42.244Z (2 months ago)
- Topics: algorithms, cpp, data-structures
- Language: C++
- Homepage: http://gpe3.acm-icpc.tw
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# NCTU Online Judge
![](res/nctu.png)
This repository is my personal accepted submissions on [NCTU Online Judge](http://gpe3.acm-icpc.tw/gpelogin.php). 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.
* `NCTU-0000.cpp` - My solution for this problem. Some of problem may have more than one solution and be named as `NCTU-0000-1.cpp`, `NCTU-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)