mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-09 19:08:02 +00:00
Moved Hanoi challenge from stacks_queues to recursion_dynamic.
This commit is contained in:
@@ -74,8 +74,8 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%run ../stack/stack.py\n",
|
||||
"%load ../stack/stack.py"
|
||||
"%run ../../stacks_queues/stack/stack.py\n",
|
||||
"%load ../../stacks_queues/stack/stack.py"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%run ../stack/stack.py"
|
||||
"%run ../../stacks_queues/stack/stack.py"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user