Exemplo n.º 1
0
 public List<String> q12Part1(String keyword, int K) {
   return q12.topK(keyword, K);
 }