Largest int from concatenated ints: Difference between revisions

m
→‎Haskell Try all permutations method: (dropped the importation of sort)
(→‎Haskell Try all permutations method: (hlint, hindent) ( `last sort` rewritten as `maximum` etc))
m (→‎Haskell Try all permutations method: (dropped the importation of sort))
Line 893:
 
===Try all permutations method===
<lang Haskell>import Data.List (sort, permutations)
 
main =
9,659

edits