Google | Screening
Anonymous User
12705
Jun 07, 2022

Problem: Given an input string, return an output string such that all the lower case characters should be sorted. Indices of non-lower case characters should remain the same as in the original input string.

Eg. Input -> 'Test@123 Google'
Output -> 'Teeg@123 Gloost'

Comments (62)