Home > UVa

UVa

UVa is a project mainly written in ..., it's free.

Solutions to UVa online judge problems

Solutions for UVa Online Judge

A collection of my solutions to UVa Online Judge questions when practicing for ACM competitions Languages

  • C++ for most everything
  • Java for library features like:
    • BigInteger
    • BigDecimal

Tools

UVA toolkit

  • Allows for comparing test cases with correct solutions

File Names

  • s###.cpp Solution source file for c++
  • i###.dat sample input file
  • o###.dat output for sample input
  • d###.dat correct sample output, only used to diff large outputs
  • Main.java java source file

Reason for naming scheme: quick tab completion