All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h Czech (cs)* Jednou z možností, jak reprezentovat strom v textové podobě, je <code>a(b(d,e),c(e,f(g,h)))</code>. Vytvořte funkci, která bude schopna načíst a uložit strom z takového zápisu.
 h English (en)* One possibility how to represent a tree in a textual form is <code>a(b(d,e),c(e,f(g,h)))</code>. Create functions that are able to read and store a tree in such a notation.