See More

class Solution { public String reverseStr(String s, int k) { char [] words = s.toCharArray(); for(int i=0; i