about | help | code help+videos | done | prefs |
public List<String> changeList(List<String> list)
changeList(["ark", "bad", "club", "drink", "easy", "floor", "green"]) → ["ark", "bad", "club", "Zrink", "Zasy", "Zloor", "green"] changeList(["aa", "bb", "cc", "dd", "ee", "ff", "gg", "hh"]) → ["aa", "bb", "cc", "Zd", "Ze", "Zf", "gg", "hh"] changeList(["abc", "bcd", "def", "efg", "fgh", "ghi"]) → ["abc", "bcd", "Zef", "Zfg", "Zgh", "ghi"] ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 10
Copyright Nick Parlante 2017 - privacy