Sort by

recency

|

15 Discussions

|

  • + 0 comments

    accepted ! failed to import Data.Heap, so i have to implement my own heap

  • + 0 comments

    I managed to solve the problem with Data.Set. The trick here is to couple with some extra data to avoid data losting caused by duplicate values while doesn't impact the order.

  • + 0 comments

    Data.MultiSet is not found, but based on the discussion it should be available.

  • + 0 comments

    I know this problem is a couple of years old, but I solved it differently than the methods in the editorial, just using Data.Set. It resulted in a lot less code, and I was wondering if it would be worth adding to the editorial.

  • + 1 comment

    This seems impossible to solve in Clojure. Anyone else here with any success in Clojure? Help is welcome.