Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Method
main
Towerofhanoi.java:15–19 ·
view source on GitHub ↗
(String args[])
Source
from the content-addressed store, hash-verified
13
}
14
15
public
static
void
main(String args[])
16
{
17
int
n = 5;
18
towerOfHanoi(n,
'A'
,
'C'
,
'B'
);
19
}
20
21
}
Callers
nothing calls this directly
Calls
1
towerOfHanoi
Method · 0.95
Tested by
no test coverage detected