Determine if a string has all unique characters: Difference between revisions

Content deleted Content added
Hout (talk | contribs)
→‎{{header|Haskell}}: Updated the variant in terms of find
Hout (talk | contribs)
Line 443:
 
 
Or perhaps, as an alternative to grouping, sorting, and zippingsorting:
<lang haskell>import Data.List (find, intercalate)
import Numeric (showHex)