Skip to main content

Practice ยท 1 of 1

Repair the Dangling Pipeline

Implement firstLetters(std::vector<std::string> words): return the uppercase first letters of long words as a **std::string** โ€” computed through a view pipeline over words, but returned by value so nothing dangles after the call.

Difficulty: advanced

Back to lesson: Practice: Dangling Spotting Clinic