Saturday, May 16, 2015

Exercism: "Crypto Square in Clojure"

I solved the Crypto Square problem in Clojure.

This is my solution:

You can nitpick this solution here or see all the exercises I've done so far in this repository.

2 comments:

  1. Nice and clean solution.

    This was my solution for the same problem

    https://gist.github.com/BrunoBonacci/cb13fc05bd720652eb17#file-gistfile1-clj-L7

    The key part happen in line 7 where the rows are transposed into columns.

    bye
    Bruno

    ReplyDelete
    Replies
    1. Thank you Bruno!

      As soon as I have some time, I'll remove the intermediate tests from Exercism and refactor my solution using your approach.

      Best regards,
      Manuel

      Delete