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

Method leftOf

java/Chapter 16/Question16_3/Question.java:6–8  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

4 public static int size = 3;
5
6 public static int leftOf(int i) {
7 return i;
8 }
9
10 public static int rightOf(int i) {
11 return (i + 1) % size;

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected