<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Matrix on Hitesh Patel</title><link>https://hiteshbuilds.com/tags/matrix/</link><description>Recent content in Matrix on Hitesh Patel</description><generator>Hugo -- 0.155.3</generator><language>en-us</language><lastBuildDate>Thu, 26 Feb 2026 00:00:00 +0530</lastBuildDate><atom:link href="https://hiteshbuilds.com/tags/matrix/index.xml" rel="self" type="application/rss+xml"/><item><title>Word Search (Blind 75): DFS + Backtracking Explained</title><link>https://hiteshbuilds.com/blind-75/word-search/</link><pubDate>Thu, 26 Feb 2026 00:00:00 +0530</pubDate><guid>https://hiteshbuilds.com/blind-75/word-search/</guid><description>Step by step explanation of how to find a given word in a grid using DFS and backtracking, including optimization techniques.</description></item><item><title>Rotate Image (Blind 75): 90° Matrix Rotation Explained</title><link>https://hiteshbuilds.com/blind-75/rotate-image/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0530</pubDate><guid>https://hiteshbuilds.com/blind-75/rotate-image/</guid><description>How to rotate a matrix 90 degrees clockwise in-place using transpose and reverse. without using extra space</description></item><item><title>Spiral Matrix (Blind 75): Matrix traversal in spiral order</title><link>https://hiteshbuilds.com/blind-75/spiral-matrix/</link><pubDate>Sun, 22 Feb 2026 00:00:00 +0530</pubDate><guid>https://hiteshbuilds.com/blind-75/spiral-matrix/</guid><description>Explanation of how to traverse a matrix in spiral order with a clean and efficient approach.</description></item><item><title>Set Matrix Zeroes (Blind 75): O(1) Space Solution</title><link>https://hiteshbuilds.com/blind-75/set-matrix-zeroes/</link><pubDate>Fri, 20 Feb 2026 00:00:00 +0530</pubDate><guid>https://hiteshbuilds.com/blind-75/set-matrix-zeroes/</guid><description>If an matrix element contains zero we need to set its entire row and column to zero without using any extra space</description></item></channel></rss>