FIND ODD OCCURRENCES IN A HASKELL LIST

前端 未结 0 1269
谎友^
谎友^ 2020-12-16 06:09

Given a sequence of elements, find the element that appears an odd number of times and return it in decreasing order. For exemple:

Main> Findodd [1,2,3,6,1,3,6,6]<

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