def add_node(self, value): node = Node(value) self.nodes.append(node) return node
Type above and press Enter to search. Press Esc to cancel.