which is the fastest method to convert string to integer array? in a question iam given integers as input without spaces.. i need to access each one of them.. iam storing them into string and then converting it into int array by subtracting each element of the string from '0'.. but iam getting tle.. what is the faster approach?
↧