Ruby - Permutations, lack of outputs

前端 未结 0 1954
def permutations(str)
  str.split(//).permutation(str.size).to_a.to_enum.with_index.to_a.delete_if{|x,i| x[i] == x[i+1]}.flatten(1).to_a.delete_if{|x| x.class == Integer         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题