"description": "Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it can trap after raining ...
"description": "Given an m x n integer matrix matrix, if an element is 0, set its entire row and column to 0's.\nYou must do it in place.\nExample 1:\nExample 2 ...