An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# uva-oj
Keeping track of UVa problems that I solve

I 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)