Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yungshenglu/onlinejudgeuva
Personal submissions on Online Judge UVa
https://github.com/yungshenglu/onlinejudgeuva
algorithms cpp data-structures
Last synced: 11 days ago
JSON representation
Personal submissions on Online Judge UVa
- Host: GitHub
- URL: https://github.com/yungshenglu/onlinejudgeuva
- Owner: yungshenglu
- License: gpl-3.0
- Created: 2017-09-25T04:07:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T01:56:40.000Z (about 3 years ago)
- Last Synced: 2024-11-13T23:06:09.244Z (about 2 months ago)
- Topics: algorithms, cpp, data-structures
- Language: C++
- Homepage: https://uva.onlinejudge.org
- Size: 205 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# UVa Online Judge
![](res/uva.png)
This repository is my personal accepted submissions on [UVa Online Judge](https://uva.onlinejudge.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.
* `UVA-0000.cpp` - My solution for this problem. Some of problem may have more than one solution and be named as `UVA-0000-1.cpp`, `UVA-0000-2.cpp` and so on respectively.> **NOTICE:** The judging result of UVa will show on [uHunt](https://uhunt.onlinejudge.org/).**
---
## 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)