<?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>Hashmap on Hitesh Patel</title><link>https://hiteshbuilds.com/tags/hashmap/</link><description>Recent content in Hashmap on Hitesh Patel</description><generator>Hugo -- 0.155.3</generator><language>en-us</language><lastBuildDate>Fri, 13 Mar 2026 00:00:00 +0530</lastBuildDate><atom:link href="https://hiteshbuilds.com/tags/hashmap/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Group Anagrams: O(n · m log m) Solution Explained</title><link>https://hiteshbuilds.com/blind-75/group-anagrams/</link><pubDate>Fri, 13 Mar 2026 00:00:00 +0530</pubDate><guid>https://hiteshbuilds.com/blind-75/group-anagrams/</guid><description>Step by step explanation of how to group anagrams together using sorting and hashmaps, with brute force and optimized solutions</description></item><item><title>How to find if string is Valid Anagram: O(n) solution explained</title><link>https://hiteshbuilds.com/blind-75/valid-anagram/</link><pubDate>Thu, 12 Mar 2026 00:00:00 +0530</pubDate><guid>https://hiteshbuilds.com/blind-75/valid-anagram/</guid><description>Step by step explanation with how we found two string are anagrams or not with optimization</description></item><item><title>Minimum Window Substring: Sliding Window Explained</title><link>https://hiteshbuilds.com/blind-75/minimum-window-substring/</link><pubDate>Wed, 11 Mar 2026 00:00:00 +0530</pubDate><guid>https://hiteshbuilds.com/blind-75/minimum-window-substring/</guid><description>Step by step explanation with how we reach the solution of how to find the minimum window substring using Brute Force and Sliding Window</description></item><item><title>Longest Substring Without Repeating Characters: Sliding Window Explained</title><link>https://hiteshbuilds.com/blind-75/longest-substring-without-repeating-characters/</link><pubDate>Mon, 09 Mar 2026 00:00:00 +0530</pubDate><guid>https://hiteshbuilds.com/blind-75/longest-substring-without-repeating-characters/</guid><description>Step by step explanation of how to find the longest substring without repeating characters using Brute Force and Sliding Window, including optimization techniques.</description></item><item><title>Blind 75: Two Sum — From Brute Force to Hash Map</title><link>https://hiteshbuilds.com/blind-75/two-sum/</link><pubDate>Mon, 26 Jan 2026 00:00:00 +0530</pubDate><guid>https://hiteshbuilds.com/blind-75/two-sum/</guid><description>A step-by-step breakdown of how I approached the Two Sum problem in the Blind 75 list, starting from brute force, rejecting incorrect optimizations, and arriving at the optimal hash map solution.</description></item></channel></rss>