Print Words Vertically
Given a string s. Return all the words vertically in the same order in which they appear in s.Words are returned as a list of strings, complete with spaces when is necessary. (Trailing spaces are not allowed).Each word would be put on only one column...
perfinsights.hashnode.dev2 min read