Difference between revisions of "Translations:FP Laboratory 10/11/cs"

From Marek Běhálek Wiki
Jump to navigation Jump to search
(Created page with "* 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 tako...")
 
(No difference)

Latest revision as of 10:03, 15 November 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (FP Laboratory 10)
* 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.
Translation* 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.
  • Jednou z možností, jak reprezentovat strom v textové podobě, je a(b(d,e),c(e,f(g,h))). Vytvořte funkci, která bude schopna načíst a uložit strom z takového zápisu.