Problems > Build the Acronym > Editorial

Build the Acronym — Solution & Editorial

Back to the Problem

Take the first character of each word and uppercase it.

Complexity: O(length)