Skip to content

PussInScreen/CompetitionSolutions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions to Past Problems from Various Programming Competitions

Here are the competitions we've solutions for;

Supported Languages

Note: Not all solutions are given in every language listed, feel free to add solutions that are missing for certain languages.

Credits

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

Instructions

See instructions for running or building programs for each platform below.

Linux

The following are the instructions for each of the languages under Linux.

Go

go build *.go

./func questionName

Haskell

Execute this bash script in the root directory.

Python

 python3 my_program.py < my_test.txt

Windows

Go

go build func.go question10.go question1.go question2.go

func.exe  questionName

Haskell

See this article then see this bash script in the root directory.

Python

 python my_program.py < my_test.txt

About

Python solutions to past IrlCPC problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 71.8%
  • Haskell 23.7%
  • Go 3.5%
  • Shell 1.0%