Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haxpor/comppuva
https://github.com/haxpor/comppuva
competitive-programming cpp leetcode problems solutions uva
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/haxpor/comppuva
- Owner: haxpor
- Created: 2019-09-13T07:18:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T23:59:03.000Z (about 4 years ago)
- Last Synced: 2024-11-19T06:16:30.456Z (2 months ago)
- Topics: competitive-programming, cpp, leetcode, problems, solutions, uva
- Language: C++
- Size: 418 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains C++ solution source code for UVa problem sets (See progress [here](https://github.com/haxpor/comppuva/blob/master/UVa/Progress.md)), and normal algorithm for practicing.
See comments for note and description for each solution source file for more info.
# Credits
* `10991.cpp`, full credits to Steven & Felix from Competitive Programming 3 book. The source is slightly modified to optimize in declarations by me.
# License
* `10991.cpp` is Copyrights to Steven & Felix from Competitive Programming 3 book.
* Other source files otherwise noted, licensed as MIT.