Skip to content

fa7ad/uva-oj

Repository files navigation

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 😄

Running

C/C++

  • Compile
make
  • Run
make run
  • Cleanup (optional)
make clean

Python

python3 main.py

Solved

List of solved problems