Jump to content

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

Cookies help us deliver our services. By using our services, you agree to our use of cookies.