"can we fit 8 numbers (1 to 8) in 2X4 matrix such that any element in any cell should not adjacent or diagonal to next or previous element EX: 1 2 ->invalid EX: 1 6 7 4->invalid 2 - EX: 1 4 7 3 ->invalid- 2 - ..." - Just Crack Interview

“can we fit 8 numbers (1 to 8) in 2X4 matrix such that any element in any cell should not adjacent or diagonal to next or previous element EX: 1 2 – – –>invalid EX: 1 6 7 4–>invalid 2 – – – EX: 1 4 7 3 —>invalid- 2 – – …”

Scroll to top