Paras kaushikforBlogs by Parasparaskaushik.hashnode.devยทJan 1, 2024Arrays ,Sliding Window ,Prefix sum and n Pointers ProblemsSet Matrix zeros IDEA: To solve this problem, use the first row and column of the matrix to store markers indicating if a row or column should be set to 0's. this way we don't have to use any extra space Iterate through the matrix, and if an element...38 readsDSAstriver dsa sheetAdd a thoughtful commentNo comments yetBe the first to start the conversation.