<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Neetcode on Aayush Bajaj's Augmenting Infrastructure</title><link>https://abaj.ai/wiki/csp/neetcode/</link><description>Recent content in Neetcode on Aayush Bajaj's Augmenting Infrastructure</description><generator>Hugo</generator><language>en</language><copyright>© 2026 Aayush Bajaj</copyright><lastBuildDate>Tue, 12 May 2026 15:04:54 +1000</lastBuildDate><atom:link href="https://abaj.ai/wiki/csp/neetcode/index.xml" rel="self" type="application/rss+xml"/><item><title>Blind150</title><link>https://abaj.ai/wiki/csp/neetcode/blind150/</link><pubDate>Tue, 12 May 2026 15:04:54 +1000</pubDate><guid>https://abaj.ai/wiki/csp/neetcode/blind150/</guid><description>&lt;p>The full Neetcode 150 expansion: Blind 75 plus 75 follow-on problems for fuller coverage. The 75 shared problems are stubs that point at the worked solution on &lt;a
 href="https://abaj.ai/wiki/csp/neetcode/blind75/"
 
 
>Blind75&lt;/a>; the 75 extras have their full structure here.&lt;/p>


&lt;div class="collapse-marker" data-target-path="/wiki/csp/neetcode/blind150/" data-folded="true" data-lvl="0">&lt;/div>
&lt;div class="collapsible-container">
 &lt;style id="collapsible-css">
 
 .collapsible-wrapper {
 display: flex;
 align-items: center;
 margin-bottom: 0px;
 }

 
 .toggle-button {
 cursor: pointer;
 border: none;
 background: none;
 color: black;
 font-size: 1rem;
 width: 1.5rem; 
 height: 1.5rem;
 text-align: center;
 line-height: 1.5rem;
 margin-right: 8px;
 padding: 0;
 }

 [data-theme="dark"] .toggle-button {
 color: white; 
 }

 
 .toggle-button:focus {
 outline: none;
 }

 
 .collapsible-content {
 display: none;
 margin-left: 8px;
 margin-bottom: 0px;
 padding: 2px 0 2px 12px;
 border-left: 1px solid rgba(0, 0, 0, 0.1);
 transition: all 0.3s ease-out;
 }

 
 [data-theme="dark"] .collapsible-content {
 border-left-color: rgba(255, 255, 255, 0.12);
 }

 
 .collapsible-content.show {
 display: block;
 }
 &lt;/style>

 &lt;script src="https://abaj.ai/js/collapsible-global.js">&lt;/script>
&lt;/div>

&lt;h2 id="arrays">Arrays&lt;a href="#arrays" class="post-heading__anchor" aria-hidden="true">#&lt;/a>
&lt;/h2>
&lt;h3 id="contains-duplicate">Contains Duplicate&lt;a href="#contains-duplicate" class="post-heading__anchor" aria-hidden="true">#&lt;/a>
&lt;/h3>
&lt;p>Worked solution on the &lt;a
 href="https://abaj.ai/wiki/csp/neetcode/blind75/#contains-duplicate"
 
 
>Blind 75 page&lt;/a> · &lt;a
 href="https://leetcode.com/problems/contains-duplicate/"
 
 
 class="link--external" target="_blank" rel="noreferrer"
 
>Leetcode&lt;/a>&lt;/p></description></item><item><title>Blind75</title><link>https://abaj.ai/wiki/csp/neetcode/blind75/</link><pubDate>Tue, 12 May 2026 14:40:27 +1000</pubDate><guid>https://abaj.ai/wiki/csp/neetcode/blind75/</guid><description>&lt;p>The canonical 75-problem &lt;a
 href="https://www.techinterviewhandbook.org/grind75"
 
 
 class="link--external" target="_blank" rel="noreferrer"
 
>Blind 75&lt;/a> subset of the Neetcode curriculum: enough breadth to OA-prep without the long tail. Worked solutions and prose live here; the full 150-problem expansion (with stub links back into this page for shared problems) is on &lt;a
 href="https://abaj.ai/wiki/csp/neetcode/blind150/"
 
 
>Blind150&lt;/a>.&lt;/p>
&lt;h2 id="arrays">Arrays&lt;a href="#arrays" class="post-heading__anchor" aria-hidden="true">#&lt;/a>
&lt;/h2>
&lt;h3 id="contains-duplicate">Contains Duplicate&lt;a href="#contains-duplicate" class="post-heading__anchor" aria-hidden="true">#&lt;/a>
&lt;/h3>
&lt;p>&lt;a
 href="https://leetcode.com/problems/contains-duplicate/"
 
 
 class="link--external" target="_blank" rel="noreferrer"
 
>Contains Duplicate on Leetcode&lt;/a>&lt;/p>
&lt;h3 id="valid-anagram">Valid Anagram&lt;a href="#valid-anagram" class="post-heading__anchor" aria-hidden="true">#&lt;/a>
&lt;/h3>
&lt;p>&lt;a
 href="https://leetcode.com/problems/valid-anagram/"
 
 
 class="link--external" target="_blank" rel="noreferrer"
 
>Valid Anagram on Leetcode&lt;/a>&lt;/p>
&lt;h3 id="two-sum">Two Sum&lt;a href="#two-sum" class="post-heading__anchor" aria-hidden="true">#&lt;/a>
&lt;/h3>
&lt;p>&lt;a
 href="https://leetcode.com/problems/two-sum/"
 
 
 class="link--external" target="_blank" rel="noreferrer"
 
>Two Sum on Leetcode&lt;/a>&lt;/p></description></item></channel></rss>