tahirraza / AdventOfCode

My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My solutions to adventofcode.com puzzles.

I post videos of me solving the puzzles in real-time at https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA.

Run with (where 13.in contains the input for that day):

pypy 13.py 13.in

Each solution should print two lines - the answer for part1 and the answer for part2.

About

My Advent of Code solutions. I also upload videos of my solves: https://www.youtube.com/channel/UCuWLIm0l4sDpEe28t41WITA


Languages

Language:Python 97.4%Language:C++ 2.6%