![[old] Identify Block](https://dk1vwk12q8pjl.cloudfront.net/media/logos/task/middle/identify-block-disabled.png)
[old] Identify Block
This mission uses a 4x4 grid. Each square is numbered from 1 to 16 in row-major order.
You are given 4 numbers
(a list of integers).
These numbers represent the positions of each square on the grid and a whole block if all the squares are adjacent.
You have to identify the kind of block. (Refer to the following image or comment of initial code for the kind of block).
The answer is an upper case alphabet letter ('I', 'J', 'L', 'O', 'S', 'T' or 'Z'). If it’s not a block, then return
null.
The block is placed anywhere on the grid and can be rotated...
You should be an authorized user in order to see the full description and start solving this mission.