https://github.com/fa7ad/uva-oj
Keeping track of UVa problems that I solve
https://github.com/fa7ad/uva-oj
c-plus-plus competitive-programming python uva-online-judge
Last synced: about 2 months ago
JSON representation
Keeping track of UVa problems that I solve
- Host: GitHub
- URL: https://github.com/fa7ad/uva-oj
- Owner: fa7ad
- License: bsd-3-clause
- Created: 2017-11-02T15:12:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T09:31:41.000Z (over 7 years ago)
- Last Synced: 2025-02-05T19:12:59.481Z (4 months ago)
- Topics: c-plus-plus, competitive-programming, python, uva-online-judge
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# uva-oj
Keeping track of UVa problems that I solveI will try to solve most of these using *C/C++* so, I'll be using *GNU Make* but, some problems might have solutions in Python 3 as well :smile:
## Running
### C/C++
* Compile
```bash
make
```* Run
```bash
make run
```* Cleanup (optional)
```bash
make clean
```### Python
```bash
python3 main.py
```## Solved
[List of solved problems](SOLVED.md)