min (current = this.root) {
        if (!current) {
            return current
        }