<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>Tucker Leach's Blog</title>
        <link>https://tuckerleach.com</link>
        <description>This is my blog RSS feed</description>
        <item>
          <title>LRU Cache with TypeScript</title>
          <link>https://tuckerleach.com/blog/LRU-cache</link>
          <description>Let's talk about a least recently used cache, when they are useful, and how we might implement one with TypeScript.</description>
          <pubDate>Thu, 10 Oct 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Count Number of Islands</title>
          <link>https://tuckerleach.com/blog/count-islands-graph</link>
          <description>Let's talk about how to count the number of islands given a 2D grid. A common interview question.</description>
          <pubDate>Fri, 04 Oct 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Ring Buffer in TypeScript</title>
          <link>https://tuckerleach.com/blog/ring-buffer</link>
          <description>Let's talk about what is a ring buffer, or cicular buffer; when it could be used; and, how we might implement one with typescript!</description>
          <pubDate>Fri, 30 Aug 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The Two Crystal Balls Problem 🔮</title>
          <link>https://tuckerleach.com/blog/the-two-crystal-balls-problem</link>
          <description>Some of you may have encountered this question while interviewing or studying DSA. Let’s discuss it and some of its various solutions!</description>
          <pubDate>Sun, 25 Aug 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>