Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 571 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 571 Bytes

UCF Local Programming Contest Practice

This repository contains programming problems from UCF's Local Programming Contests, all of which can be found here.

practicer.py

This script can be used to test one's programming skills. It selects a random problem from the set of problems and begins a timer.

Note: Later, I'd like to implement a solution-checking feature that actually compiles code and diffs the output to determine whether or not the solution that was submitted was correct.