Here are the competitions we've solutions for;
Note: Not all solutions are given in every language listed, feel free to add solutions that are missing for certain languages.
Special thanks to the following contributors;
- jubobs
- Haskell and Python solutions operating as the base fork for this project.
- IamCathal
- Go solutions for the 2019 - 2017 IrlCPC competitions
- Ignacio Castiñeiras
- Python solutions for Code Jam 2019 - 2021
See instructions for running or building programs for each platform below.
The following are the instructions for each of the languages under Linux.
go build *.go
./func questionName
Execute this bash script in the root directory.
python3 my_program.py < my_test.txt
go build func.go question10.go question1.go question2.go
func.exe questionName
See this article then see this bash script in the root directory.
python my_program.py < my_test.txt