Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
encse authored Dec 7, 2024
1 parent 6949544 commit c4b3192
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 2024/Day07/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
## --- Day 7: Bridge Repair ---
The Historians take you to a familiar [rope bridge](/2022/day/9) over a river in the middle of a jungle. The Chief isn't on this side of the bridge, though; maybe he's on the other side?
The Historians take you to a familiar _rope bridge_ over a river in the middle of a jungle. The Chief isn't on this side of the bridge, though; maybe he's on the other side?

When you go to cross the bridge, you notice a group of engineers trying to repair it. (Apparently, it breaks pretty frequently.) You won't be able to cross until it's fixed.

You ask how long it'll take; the engineers tell you that it only needs final calibrations, but some young elephants were playing nearby and <em>stole all the operators</em> from their calibration equations! They could finish the calibrations if only someone could determine which test values could possibly be produced by placing any combination of operators into their calibration equations (your puzzle input).

Read the [full puzzle](https://adventofcode.com/2024/day/7).

It's time to pull out the recursion guns. I introduced a checker logic that goes through the numbers in one line of input and tries all possible operators on the accumulated result to reach the target.
Expand Down

0 comments on commit c4b3192

Please sign in to comment.