Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 578 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 578 Bytes

Kattis Problems

This repository holds my solutions to the various problems on Kattis.

Folder Structure

When adding a new solution to the project:

  • Make a separate directory for that problem
  • Make separate subdirectories for solutions in different languages
  • Sample inputs should be in files named sample-input-x, where x is the sample number.
  • Expected outputs should go in a README.md file - use the following as a template:
# [Problem Name] - Expected Outputs

## Sample 1

​```
some output
​```

## Sample 2

​```
more output
​```