https://github.com/kamyu104/acm-icpc-world-finals
:running: ACM-ICPC World Finals
https://github.com/kamyu104/acm-icpc-world-finals
Last synced: 4 months ago
JSON representation
:running: ACM-ICPC World Finals
- Host: GitHub
- URL: https://github.com/kamyu104/acm-icpc-world-finals
- Owner: kamyu104
- License: mit
- Created: 2015-08-10T13:13:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T10:42:38.000Z (over 6 years ago)
- Last Synced: 2024-04-12T00:58:42.190Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [ACM-ICPC World Finals](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=45)  [](./LICENSE.md)
C++ solutions of ACM ICPC World Finals
* [2015 - Marrakech](https://github.com/kamyu104/ACM-ICPC-World-Finals#2015---Marrakech)
## 2015 - Marrakech
| # | Title | Solution | Time | Space | Difficulty | Tag | Note |
|---| ----- | -------- | ---- | ----- | ---------- | --- | ---- |
|A|[Amalgamated Artichokes](https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=865&page=show_problem&problem=4782)| [C++](./2015%20-%20Marrakech/UVa1709.cpp)| _O(n)_ | _O(1)_ | Easy | |