Chemical Engineering > GATE 2024 > Quantitative Aptitude
In the 4 ร 4 array shown below, each cell of the first three columns has either a
cross (X) or a number, as per the given rule.
Rule: The number in a cell represents the count of crosses around its immediate
neighboring cells (left, right, top, bottom, diagonals).
As per this rule, the maximum number of crosses possible in the empty column is

Explanation
Correct : c
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.