Ad
  • Custom User Avatar

    did same way, but used instead of concat just result[i] = new string(' ', nFloors - i - 1) + new string('', i2+1) + new string(' ', nFloors - i - 1); Is string.Concat much faster than my way?