All translations
Jump to navigation
Jump to search
Enter a message name below to show all available translations.
Found 2 translations.
Name | Current message text |
---|---|
h Czech (cs) | Implementujte funkci <code>answers</code>, která bere jako vstup řešení křížovky a najde všechna slova z tohoto řešení. Slova budou rozdělena do dvou seznamů, nejprve pro řádky (zleva doprava) a druhé pro sloupce (shora dolů). Slovo je vypsáno, pouze pokud je delší než jeden znak. |
h English (en) | Implement the function <code>answers</code> that takes as an input a crosword puzzle's solution and outputs all words from this solution. Words will be divided into two lists, first for lines (from left to right) and second for columns (from top to bottom). A word is written only if it is longer than just one character. |