0

Problem?

String -- Sort Letters and Numbers from alphanumeric String: Given alphanumeric String, we need to split the string into substrings of consecutive letters or numbers, sort the individual string and append them back together Ex: Input: "DC501GCCCA098911" OutPut: "CD015ACCCG011899" I spent 3 hours could not succeed Anyone can help me with this Java code?

12th Oct 2021, 7:08 PM
Engin Baştürk
Engin Baştürk - avatar
1 Odpowiedź
- 1
add your attempt
13th Oct 2021, 1:59 AM
zemiak