I have a Node class defined as follows. value: T is a String
value: T
String
class Node { var value: T weak var parent: Node? v