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
Replace all the spaces in a string with %20, ensure that the operation is done in place and without any additional data structures. There must be a true length of the string that must be followed:
input "hello there " length = 11 => "hello%20there"