Doubt with the algorithm of the hannoi tower according to wikipedia

0

I know it's a somewhat absurd question, but I would like to know about the fragment that appears in wikipedia, link , which is 1 on the line:

si origen == {1} entonces
    
asked by Raul Contreras 25.06.2017 в 14:22
source

1 answer

0

It simply indicates that the comparison origen == {1} checks if the source stack contains only a single chip, that being 1 would be the smallest chip of all.

    
answered by 25.06.2017 в 14:27