MCPcopy Create free account
hub / github.com/algorithmzuo/algorithm-journey / overdue

Method overdue

src/class130/Code01_JumpRight.java:81–85  ·  view source on GitHub ↗
(int t)

Source from the content-addressed store, hash-verified

79 }
80
81 public static void overdue(int t) {
82 if (l < r && queue[l] == t) {
83 l++;
84 }
85 }
86
87}

Callers 1

computeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected