Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 682 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 682 Bytes

Programming Competitions

Here is all my code for various programming competitions including Advent of Code, Project Euler, and more.

Links

Running My Code

Most of the code is written in java, but if in python, you may need to install dependencies. In proper directory, run

  pip3 install -r requirements.txt

This is only needed for a python file if it includes a requirements.txt file in the directory and you don't already have the libraries.

Beware of helper classes which you must make sure are in the proper folder.