TC TagalogDictionary
From Algorithmist
[edit] Summary
You are to sort some strings in a non-standard alphabet where some logical "character"s of the alphabet are actually more than one character long.
Another term for the main idea of the problem is "collation."
From TopCoder Single Round Match 342.
[edit] Hints
- Look at Java's
String.replaceAll code> function!

