Node constructor

Node()

Implementation

Node() {
  isRoot = false;
}