Node constructor

Node(
  1. int hash
)

Implementation

Node(this.hash) : visitCount = 0, children = [];