height method

int height()

Implementation

int height() {
  return this.s.length;
}