Is the time complexity of converting char array to string O(n) or O(n^2) ? whats the time complexity of converting stringBuilder to string ?