Organizing Containers of Balls

  • + 0 comments

    excerpt (Haskell one-liner)

    sol m = (sort $ sum <$> m) == (sort $ sum <$> transpose m)