MCPcopy Create free account
hub / github.com/BeeBombshell/Python-DSA / Tower_of_Honai.py

File Tower_of_Honai.py

Recursion/Tower_of_Honai.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#Program to Implement Tower of Honai Puzzel
2def TowerofHonai(n, src, dest ,hel):
3 if(n==0):
4 return

Callers

nothing calls this directly

Calls 1

TowerofHonaiFunction · 0.85

Tested by

no test coverage detected