class BagNode
- BagNode
- Reference
- Object
Defined in:
day_07/solution.crConstructors
Instance Method Summary
- #all_possible_containers : Set(BagNode)
- #bags_contained : Int32
- #can_be_contained_by(containing_bag : BagNode)
- #should_contain(content_bag : BagNode, count : Int32)