Difference between revisions of "Translations:FP Laboratory 6/3/cs"

From Marek Běhálek Wiki
Jump to navigation Jump to search
(Created page with "== Komplexní funkce - Huffmanovo kódování == *Vytvořte funkci která spočíta [https://en.wikipedia.org/wiki/Huffman_coding Huffmanovo kódování] dpro daný seznam zna...")
 
 
Line 1: Line 1:
 
== Komplexní funkce - Huffmanovo kódování ==
 
== Komplexní funkce - Huffmanovo kódování ==
*Vytvořte funkci která spočíta [https://en.wikipedia.org/wiki/Huffman_coding Huffmanovo kódování] dpro daný seznam znaků a jejich četností.
+
*Vytvořte funkci která spočíta [https://en.wikipedia.org/wiki/Huffman_coding Huffmanovo kódování] pro daný seznam znaků a jejich četností.

Latest revision as of 10:26, 20 October 2021

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 6)
== Complex function - Huffman Codes ==
*Create a function that will compute [https://en.wikipedia.org/wiki/Huffman_coding Huffman codes] for a given list of characters and their frequencies.
Translation== Komplexní funkce - Huffmanovo kódování ==
*Vytvořte funkci která spočíta [https://en.wikipedia.org/wiki/Huffman_coding Huffmanovo kódování] pro daný seznam znaků a jejich četností.

Komplexní funkce - Huffmanovo kódování