package
0.0.0-20240918223611-8eb154260213
Repository: https://github.com/ralucas/advent-of-code.git
Documentation: pkg.go.dev

# Functions

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

# Constants

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

# Structs

No description provided by the author
No description provided by the author
List is a doubly linked list, structured as `parent <-> child/parent <-> child` such as [1, 2, [3, 4, [5, 6]]], where it's a{1,2} <-> b{3, 4} <-> c{5, 6}.