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>puzzle</code>, ta bude simulovat hru podobnou [https://en.wikipedia.org/wiki/15_puzzle 15 Puzzle]. V našem případě máme 25 čtverců, kde 24 čtverců je obsazeno kostičkami s velkými písmeny od <code>'A'</code> do <code>'X'</code>. Jedna dlaždice je zdarma, je označena <code>' '</code>. Jedním tahem můžete přesunout dlaždici (označenou jejím písmenem) do této volné. Funkce získá původní konfiguraci a posloupnost '' 'platných''' tahů. Jako výsledek vytvoří výslednou konfiguraci. |
h English (en) | Implement the function <code>puzzle</code>, it will simulate the game similar to [https://en.wikipedia.org/wiki/15_puzzle 15 Puzzle]. In our case, we have 25 squares, where 24 squares are ocupied by tiles with big case letters from <code>'A'</code> to <code>'X'</code>. One tile is free, it is denotated by <code>' '</code>. In one move, you can move a tile (denotated by its letter) into the free one. The function gets the original configuration and a sequence of '''valid''' moves. It will output the resulting configuration. |