Noughtmare@programming.dev to Haskell@programming.devEnglish · 3 days agoCompetitive Programming in Haskell: Union-Findbyorgey.github.ioexternal-linkmessage-square4fedilinkarrow-up18arrow-down10
arrow-up18arrow-down1external-linkCompetitive Programming in Haskell: Union-Findbyorgey.github.ioNoughtmare@programming.dev to Haskell@programming.devEnglish · 3 days agomessage-square4fedilink
minus-squareNoughtmare@programming.devOPlinkfedilinkEnglisharrow-up1·3 days agoAlso, I think the ‘find’ operation could be replaced by an operation that checks if two elements are in the same set. That way you don’t have to come up with a “name”.
Also, I think the ‘find’ operation could be replaced by an operation that checks if two elements are in the same set. That way you don’t have to come up with a “name”.