TC TagalogDictionary

From Algorithmist

Jump to: navigation, search

[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 function!