You are viewing a single comment's thread. Return to all comments →
excerpt (Haskell one-liner)
sol m = (sort $ sum <$> m) == (sort $ sum <$> transpose m)
Seems like cookies are disabled on this browser, please enable them to open this website
Organizing Containers of Balls
You are viewing a single comment's thread. Return to all comments →
excerpt (Haskell one-liner)