Question: Similar to LC - Game of Life
I was able to solve it in O(MXN) space complexity, but could not optimize to O(1) space complexity - I was expecting further rounds as I was able to complete the question with proper explanation and appropriate functions - but apparently they wanted O(1) solution only and I got a reject.