You are viewing a single comment's thread. Return to all comments →
Java
public static int introTutorial(int V, List<Integer> arr) { return arr.indexOf(V); }
Intro to Tutorial Challenges
You are viewing a single comment's thread. Return to all comments →
Java