Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. import java.util.*;
  2.  
  3. public class Repetition {
  4.  
  5.     public static boolean consistsOf (List<Integer> x, List<Integer> y) {
  6.         if (size(x)==0 || (y)==0) {
  7.            
  8.         }
  9.         return true;
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement