MCPcopy
hub / github.com/careercup/ctci / print

Method print

java/Chapter 3/Question3_4/Tower.java:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 public void print() {
31 System.out.println("Contents of Tower " + index() + ": " + disks.toString());
32 }
33
34 public void moveDisks(int n, Tower destination, Tower buffer){
35 if (n > 0) {

Callers 2

moveDisksMethod · 0.95
mainMethod · 0.45

Calls 2

indexMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected