Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode

My solutions for Advent of Code to solve my input. I took some shortcuts mostly in the permutations problems so that they would solve quicker, sometimes I guessed. Therefore my solutions might not solve for all inputs.

Day 20

I used C for this problem since it involved a massive amount of arithmetic and python was extremely slow.

Compile with: gcc part1.c -o part1.exe -O3 -std=c99

About

My solutions for advent of code: adventofcode.com

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages