Matrix-2-String

Matrix-2-String

You are given a 5x5 matrix of integers as tuple of tuples. Use it as a mask for the square-arranged letters of the alphabet from "a" to "y" (row-major order). Return a string of characters (sorted, ignore case), picked from the square of letters according...

You should be an authorized user in order to see the full description and start solving this mission.