<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Interview Prep Archives - HackerHeap</title>
	<atom:link href="https://www.hackerheap.com/tag/interview-prep/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.hackerheap.com/tag/interview-prep/</link>
	<description>Build with AI agents — Claude Code, MCP, agents, automation. Working code, honest takes, no fluff.</description>
	<lastBuildDate>Tue, 05 May 2026 14:59:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.hackerheap.com/wp-content/uploads/2019/11/cropped-HackerHeap_Transparent-32x32.png</url>
	<title>Interview Prep Archives - HackerHeap</title>
	<link>https://www.hackerheap.com/tag/interview-prep/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">105925724</site>	<item>
		<title>LeetCode Maximum Erasure Value</title>
		<link>https://www.hackerheap.com/leetcode-maximum-erasure-value/</link>
		
		<dc:creator><![CDATA[rajendra]]></dc:creator>
		<pubDate>Sun, 12 Jun 2022 21:57:48 +0000</pubDate>
				<category><![CDATA[Data Structures & Algorithms]]></category>
		<category><![CDATA[InterviewPrep]]></category>
		<category><![CDATA[Leetcode]]></category>
		<category><![CDATA[Two Pointers]]></category>
		<category><![CDATA[Cracking The Coding Interview]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Interview Prep]]></category>
		<category><![CDATA[Leetcode Solutions Java]]></category>
		<category><![CDATA[two pointer problem]]></category>
		<guid isPermaLink="false">https://www.hackerheap.com/?p=521</guid>

					<description><![CDATA[<p>// SOLVING THIS WITH AN AI ASSISTANT (2026) If you are working through this problem with an AI coding assistant — Claude, ChatGPT, Cursor chat, Gemini, GitHub Copilot, Aider, or any agent — the goal isn&#8217;t to ask for the answer. It is to use the tool to understand the pattern. The prompt sequence I&#8217;d...</p>
<p>The post <a href="https://www.hackerheap.com/leetcode-maximum-erasure-value/">LeetCode Maximum Erasure Value</a> appeared first on <a href="https://www.hackerheap.com">HackerHeap</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">521</post-id>	</item>
		<item>
		<title>Leetcode 59 Spiral Matrix II Java Solution</title>
		<link>https://www.hackerheap.com/leetcode-59-spiral-matrix-ii-java-solution/</link>
		
		<dc:creator><![CDATA[rajendra]]></dc:creator>
		<pubDate>Mon, 15 Jun 2020 02:23:36 +0000</pubDate>
				<category><![CDATA[Data Structures & Algorithms]]></category>
		<category><![CDATA[Leetcode]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Amazon Interview Question]]></category>
		<category><![CDATA[Cracking The Coding Interview]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Interview Prep]]></category>
		<category><![CDATA[Leetcode Solutions Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Spiral Matrix II Java Solution]]></category>
		<guid isPermaLink="false">https://www.hackerheap.com/?p=365</guid>

					<description><![CDATA[<p>// SOLVING THIS WITH AN AI ASSISTANT (2026) If you are working through this problem with an AI coding assistant — Claude, ChatGPT, Cursor chat, Gemini, GitHub Copilot, Aider, or any agent — the goal isn&#8217;t to ask for the answer. It is to use the tool to understand the pattern. The prompt sequence I&#8217;d...</p>
<p>The post <a href="https://www.hackerheap.com/leetcode-59-spiral-matrix-ii-java-solution/">Leetcode 59 Spiral Matrix II Java Solution</a> appeared first on <a href="https://www.hackerheap.com">HackerHeap</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">365</post-id>	</item>
		<item>
		<title>Leetcode 54 Spiral Matrix Java Solution</title>
		<link>https://www.hackerheap.com/leetcode-54-spiral-matrix-java-solution/</link>
		
		<dc:creator><![CDATA[rajendra]]></dc:creator>
		<pubDate>Mon, 15 Jun 2020 02:19:13 +0000</pubDate>
				<category><![CDATA[Data Structures & Algorithms]]></category>
		<category><![CDATA[Leetcode]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Amazon Interview Question]]></category>
		<category><![CDATA[Cracking The Coding Interview]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Interview Prep]]></category>
		<category><![CDATA[Leetcode Solutions Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Spiral Matrix Java Solution]]></category>
		<guid isPermaLink="false">https://www.hackerheap.com/?p=363</guid>

					<description><![CDATA[<p>// SOLVING THIS WITH AN AI ASSISTANT (2026) If you are working through this problem with an AI coding assistant — Claude, ChatGPT, Cursor chat, Gemini, GitHub Copilot, Aider, or any agent — the goal isn&#8217;t to ask for the answer. It is to use the tool to understand the pattern. The prompt sequence I&#8217;d...</p>
<p>The post <a href="https://www.hackerheap.com/leetcode-54-spiral-matrix-java-solution/">Leetcode 54 Spiral Matrix Java Solution</a> appeared first on <a href="https://www.hackerheap.com">HackerHeap</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">363</post-id>	</item>
		<item>
		<title>Leetcode 53 Maximum Subarray Java Solution</title>
		<link>https://www.hackerheap.com/leetcode-53-maximum-subarray-java-solution/</link>
		
		<dc:creator><![CDATA[rajendra]]></dc:creator>
		<pubDate>Mon, 15 Jun 2020 02:15:58 +0000</pubDate>
				<category><![CDATA[Data Structures & Algorithms]]></category>
		<category><![CDATA[Leetcode]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Amazon Interview Question]]></category>
		<category><![CDATA[Cracking The Coding Interview]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Interview Prep]]></category>
		<category><![CDATA[Leetcode Solutions Java]]></category>
		<category><![CDATA[Maximum Subarray Java Solution]]></category>
		<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">https://www.hackerheap.com/?p=361</guid>

					<description><![CDATA[<p>// SOLVING THIS WITH AN AI ASSISTANT (2026) If you are working through this problem with an AI coding assistant — Claude, ChatGPT, Cursor chat, Gemini, GitHub Copilot, Aider, or any agent — the goal isn&#8217;t to ask for the answer. It is to use the tool to understand the pattern. The prompt sequence I&#8217;d...</p>
<p>The post <a href="https://www.hackerheap.com/leetcode-53-maximum-subarray-java-solution/">Leetcode 53 Maximum Subarray Java Solution</a> appeared first on <a href="https://www.hackerheap.com">HackerHeap</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">361</post-id>	</item>
		<item>
		<title>Leetcode 49 Group Anagrams Java Solution</title>
		<link>https://www.hackerheap.com/leetcode-49-group-anagrams-java-solution/</link>
		
		<dc:creator><![CDATA[rajendra]]></dc:creator>
		<pubDate>Mon, 15 Jun 2020 02:09:20 +0000</pubDate>
				<category><![CDATA[Data Structures & Algorithms]]></category>
		<category><![CDATA[Leetcode]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Amazon Interview Question]]></category>
		<category><![CDATA[Cracking The Coding Interview]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Group Anagrams Java Solution]]></category>
		<category><![CDATA[Interview Prep]]></category>
		<category><![CDATA[Leetcode Solutions Java]]></category>
		<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">https://www.hackerheap.com/?p=359</guid>

					<description><![CDATA[<p>// SOLVING THIS WITH AN AI ASSISTANT (2026) If you are working through this problem with an AI coding assistant — Claude, ChatGPT, Cursor chat, Gemini, GitHub Copilot, Aider, or any agent — the goal isn&#8217;t to ask for the answer. It is to use the tool to understand the pattern. The prompt sequence I&#8217;d...</p>
<p>The post <a href="https://www.hackerheap.com/leetcode-49-group-anagrams-java-solution/">Leetcode 49 Group Anagrams Java Solution</a> appeared first on <a href="https://www.hackerheap.com">HackerHeap</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">359</post-id>	</item>
		<item>
		<title>Leetcode 46 Permutations Java Solution</title>
		<link>https://www.hackerheap.com/leetcode-46-permutations-java-solution/</link>
		
		<dc:creator><![CDATA[rajendra]]></dc:creator>
		<pubDate>Mon, 15 Jun 2020 02:05:06 +0000</pubDate>
				<category><![CDATA[Data Structures & Algorithms]]></category>
		<category><![CDATA[Leetcode]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Amazon Interview Question]]></category>
		<category><![CDATA[Cracking The Coding Interview]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Interview Prep]]></category>
		<category><![CDATA[Leetcode Solutions Java]]></category>
		<category><![CDATA[Permutations Java Solution]]></category>
		<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">https://www.hackerheap.com/?p=357</guid>

					<description><![CDATA[<p>// SOLVING THIS WITH AN AI ASSISTANT (2026) If you are working through this problem with an AI coding assistant — Claude, ChatGPT, Cursor chat, Gemini, GitHub Copilot, Aider, or any agent — the goal isn&#8217;t to ask for the answer. It is to use the tool to understand the pattern. The prompt sequence I&#8217;d...</p>
<p>The post <a href="https://www.hackerheap.com/leetcode-46-permutations-java-solution/">Leetcode 46 Permutations Java Solution</a> appeared first on <a href="https://www.hackerheap.com">HackerHeap</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">357</post-id>	</item>
		<item>
		<title>Leetcode 41 First Missing Positive Java Solution</title>
		<link>https://www.hackerheap.com/leetcode-41-first-missing-positive-java-solution/</link>
		
		<dc:creator><![CDATA[rajendra]]></dc:creator>
		<pubDate>Mon, 15 Jun 2020 02:01:23 +0000</pubDate>
				<category><![CDATA[Data Structures & Algorithms]]></category>
		<category><![CDATA[Leetcode]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Amazon Interview Question]]></category>
		<category><![CDATA[Cracking The Coding Interview]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[First Missing Positive Java Solution]]></category>
		<category><![CDATA[Interview Prep]]></category>
		<category><![CDATA[Leetcode Solutions Java]]></category>
		<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">https://www.hackerheap.com/?p=355</guid>

					<description><![CDATA[<p>// SOLVING THIS WITH AN AI ASSISTANT (2026) If you are working through this problem with an AI coding assistant — Claude, ChatGPT, Cursor chat, Gemini, GitHub Copilot, Aider, or any agent — the goal isn&#8217;t to ask for the answer. It is to use the tool to understand the pattern. The prompt sequence I&#8217;d...</p>
<p>The post <a href="https://www.hackerheap.com/leetcode-41-first-missing-positive-java-solution/">Leetcode 41 First Missing Positive Java Solution</a> appeared first on <a href="https://www.hackerheap.com">HackerHeap</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">355</post-id>	</item>
		<item>
		<title>Leetcode 37 Sudoku Solver Java Solution</title>
		<link>https://www.hackerheap.com/leetcode-37-sudoku-solver-java-solution/</link>
		
		<dc:creator><![CDATA[rajendra]]></dc:creator>
		<pubDate>Mon, 15 Jun 2020 01:55:17 +0000</pubDate>
				<category><![CDATA[Data Structures & Algorithms]]></category>
		<category><![CDATA[Leetcode]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Amazon Interview Question]]></category>
		<category><![CDATA[Cracking The Coding Interview]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Interview Prep]]></category>
		<category><![CDATA[Leetcode Solutions Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Sudoku Solver Java Solution]]></category>
		<guid isPermaLink="false">https://www.hackerheap.com/?p=353</guid>

					<description><![CDATA[<p>// SOLVING THIS WITH AN AI ASSISTANT (2026) If you are working through this problem with an AI coding assistant — Claude, ChatGPT, Cursor chat, Gemini, GitHub Copilot, Aider, or any agent — the goal isn&#8217;t to ask for the answer. It is to use the tool to understand the pattern. The prompt sequence I&#8217;d...</p>
<p>The post <a href="https://www.hackerheap.com/leetcode-37-sudoku-solver-java-solution/">Leetcode 37 Sudoku Solver Java Solution</a> appeared first on <a href="https://www.hackerheap.com">HackerHeap</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">353</post-id>	</item>
		<item>
		<title>Leetcode 36 Valid Sudoku Java Solution</title>
		<link>https://www.hackerheap.com/leetcode-36-valid-sudoku-java-solution/</link>
		
		<dc:creator><![CDATA[rajendra]]></dc:creator>
		<pubDate>Mon, 15 Jun 2020 01:51:02 +0000</pubDate>
				<category><![CDATA[Data Structures & Algorithms]]></category>
		<category><![CDATA[Leetcode]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Amazon Interview Question]]></category>
		<category><![CDATA[Cracking The Coding Interview]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Interview Prep]]></category>
		<category><![CDATA[Leetcode Solutions Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Valid Sudoku Java Solution]]></category>
		<guid isPermaLink="false">https://www.hackerheap.com/?p=351</guid>

					<description><![CDATA[<p>// SOLVING THIS WITH AN AI ASSISTANT (2026) If you are working through this problem with an AI coding assistant — Claude, ChatGPT, Cursor chat, Gemini, GitHub Copilot, Aider, or any agent — the goal isn&#8217;t to ask for the answer. It is to use the tool to understand the pattern. The prompt sequence I&#8217;d...</p>
<p>The post <a href="https://www.hackerheap.com/leetcode-36-valid-sudoku-java-solution/">Leetcode 36 Valid Sudoku Java Solution</a> appeared first on <a href="https://www.hackerheap.com">HackerHeap</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">351</post-id>	</item>
		<item>
		<title>Leetcode 35 Search Insert Position Java Solution</title>
		<link>https://www.hackerheap.com/leetcode-35-search-insert-position-java-solution/</link>
		
		<dc:creator><![CDATA[rajendra]]></dc:creator>
		<pubDate>Mon, 15 Jun 2020 01:47:26 +0000</pubDate>
				<category><![CDATA[Data Structures & Algorithms]]></category>
		<category><![CDATA[Leetcode]]></category>
		<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Amazon Interview Question]]></category>
		<category><![CDATA[Cracking The Coding Interview]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Interview Prep]]></category>
		<category><![CDATA[Leetcode Solutions Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Search Insert Position Java Position]]></category>
		<guid isPermaLink="false">https://www.hackerheap.com/?p=349</guid>

					<description><![CDATA[<p>// SOLVING THIS WITH AN AI ASSISTANT (2026) If you are working through this problem with an AI coding assistant — Claude, ChatGPT, Cursor chat, Gemini, GitHub Copilot, Aider, or any agent — the goal isn&#8217;t to ask for the answer. It is to use the tool to understand the pattern. The prompt sequence I&#8217;d...</p>
<p>The post <a href="https://www.hackerheap.com/leetcode-35-search-insert-position-java-solution/">Leetcode 35 Search Insert Position Java Solution</a> appeared first on <a href="https://www.hackerheap.com">HackerHeap</a>.</p>
]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">349</post-id>	</item>
	</channel>
</rss>
