package
0.0.0-20240918223611-8eb154260213
Repository: https://github.com/ralucas/advent-of-code.git
Documentation: pkg.go.dev
# Functions
ThreeSum takes array and target and returns the first three numbers that add up to target.
TwoSum takes an unsorted array and finds the two numbers that add up to the target.
TwoSumSorted takes an sorted array and finds the two numbers that add up to the target.