package
0.0.0-20241223160315-d4914387a5de
Repository: https://github.com/mateusdeitos/advent-of-code-2024.git
Documentation: pkg.go.dev

# Functions

DayOneHandlePartOneHandle calculates the total distance between the values of the two lists sorted in ascending order.
DayOnePartTwoHandle calculates the similarity score between the two lists It compares how many times a number appears on the right list and multiply by its value e.g: if 3 appears 2 times in the right list, the similarity score will be 6.

# Structs

No description provided by the author
No description provided by the author