Advertisement
Guest User

wordLength

a guest
Oct 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. public static Map<Integer, List<String>> cuentaLetras (List<String> list){
  2.        
  3.         Map<Integer, List<String>> res = new TreeMap<Integer, List<String>>();
  4.         List<String> words  = new ArrayList<String>();
  5.  
  6.  
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement