Waterloo Programming Competition 2014
Go to file
2024-01-08 00:37:42 +00:00
data Updated documentation 2024-01-07 19:36:21 -05:00
src Updated documentation 2024-01-07 19:36:21 -05:00
LICENSE Updated documentation 2024-01-07 19:36:21 -05:00
README.md Update README.md 2024-01-08 00:37:42 +00:00
Waterloo-2014.pdf Updated readme 2022-05-03 17:01:44 +00:00


Logo

Waterloo-2014

Simple repository template

Version Pull Requests Issues



Table of Contents

About

In 2014 I competed in Waterloo's senior programing cometition.

These programs correspond to the problems found inside Waterloo-2014.pdf.

Rules:

  • 3 hours to complete as many problems as possible; only completed programs count
  • Only writen resorces are allowed to be brought in and used (No internet/search engine)
  • Every file must use file input and standard output (Names correspond (src.S1.java < src.S1.txt))
  • Some programs are rated on efficency

Results

  • 1st place in local area, doubling 2nd place's score
  • src.S1 completed every test & recieved full marks (40 points)
  • src.S2 completed every test & recieved full marks (40 points)
  • src.S3 only halfed worked (15 points), I rushed to move onto src.S4
  • src.S4 didn't have time to complete

In hindsight, knowing I only needed to pass 3 problems to advance to nationals, I should have focused on the 3 easiest problems & ensured they all worked instead of rushing through all of the problems & ending up with two half-complete.

Built With

Java

Setup

Development

Prerequisites

Instructions

  1. Compile & run each program:
    • javac src/S1.java && java src/S1 << data/S1.txt
    • javac src/S2.java && java src/S2 << data/S2.txt
    • javac src/S3.java && java src/S3 << data/S3.txt
    • javac src/S4.java && java src/S4 << data/S4.txt

License

Copyright © 2023 Zakary Timson | All Rights Reserved

See the license for more information.