Objective
Given a list of lines e.g. count how many points on the line overlap.
A line is specified as a pair of points
e.g. 645,570 -> 517,570
The
Objective
Day 4 was bingo day, and we need to find the score of a winning bingo board
First we need to parse a bingo game from the input
def bingo_game(puzzle_
Objective
Given a list of binary inputs find the most and least common bits in each
position
Part 1
Given a list of binary inputs find the most and least common bits in
Objective
Given a series of navigation directions find the final position of a submarine
Part 1
To solve this we define a navigate function that adjusts the location of the
submarine.
def navigate(
Objective
Given a list of numbers -
1. How many numbers are larger than the previous one?
2. How many sliding window sums are larger than the previous ones
Puzzle Input
The puzzle