<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Alister Pineda</title>
    <link>https://alisterpineda.com</link>
    <description>Software engineer. Writing about code, craft, and the occasional trail.</description>
    <atom:link href="https://alisterpineda.com/rss.xml" rel="self" type="application/rss+xml"/>
    
    <item>
      <title><![CDATA[Floyd's Cycle Detection: Visualizing LeetCode 287]]></title>
      <link>https://alisterpineda.com/blog/2026/02/13/floyds-algorithm-leetcode-287</link>
      <guid isPermaLink="true">https://alisterpineda.com/blog/2026/02/13/floyds-algorithm-leetcode-287</guid>
      <pubDate>Fri, 13 Feb 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[An interactive explorer for Floyd's tortoise and hare algorithm, the trick behind solving 'Find the Duplicate Number' in O(1) space.]]></description>
      <category>algorithms</category>
      <category>leetcode</category>
      <category>interactive</category>
    </item>
  </channel>
</rss>