You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Write a method to replace all spaces in a string with'%20'.
// You may assume that the string has sufficient space at the end of the string to hold the additional characters, and that you are given the "true" length of the string.
//(Note: if implementing in Java, please use a character array so that you can perform this opera- tion in place.)