Towers of Hanoi: Difference between revisions

m
→‎Python Graphic: (Updated a type comment)
m (→‎Python Graphic: (Updated a type comment))
Line 3,490:
 
 
# hanoi :: Int -> String -> String -> String -> [(String, String)]
def hanoi(n):
'''A list of index pairs, representing disk moves
9,659

edits