Day 7.2 solution.
This commit is contained in:
parent
7f0bc4d9f1
commit
42cb05ba7f
3 changed files with 74 additions and 0 deletions
|
@ -9,6 +9,7 @@ type Node struct {
|
|||
Name rune
|
||||
Parents []*Node
|
||||
Children []*Node
|
||||
Worked int // the amount of time spent working on this node.
|
||||
}
|
||||
|
||||
// BuildDependencyTree parses the input and returns the root node.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue