MCPcopy Create free account
hub / github.com/careercup/ctci / putDown

Method putDown

java/Chapter 16/Question16_3/Philosopher.java:57–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 public void putDown() {
58 left.putDown();
59 right.putDown();
60 }
61
62 public void run() {
63 for (int i = 0; i < bites; i++) {

Callers 2

eatMethod · 0.95
pickUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected