
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Akshit Gupta</title>
      <link>https://sudolife.vercel.app/blog</link>
      <description>Personal website of Akshit Gupta, a student learning Computer Science with interests in machine learning and competitive programming.</description>
      <language>en-us</language>
      <managingEditor>akshitguptaa29@gmail.com (Akshit Gupta)</managingEditor>
      <webMaster>akshitguptaa29@gmail.com (Akshit Gupta)</webMaster>
      <lastBuildDate>Sat, 02 Aug 2025 12:00:00 GMT</lastBuildDate>
      <atom:link href="https://sudolife.vercel.app/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://sudolife.vercel.app/blog/euler-tour</guid>
    <title>Tree Flattening (Euler Tour) + BIT/SegTree</title>
    <link>https://sudolife.vercel.app/blog/euler-tour</link>
    <description>Flatten a tree with an Euler tour so every subtree becomes a contiguous range. Then turn subtree queries into array ranges solvable with a Fenwick Tree or lazy Segment Tree, edge mapping tricks, pitfalls, and templates.</description>
    <pubDate>Sat, 02 Aug 2025 12:00:00 GMT</pubDate>
    <author>akshitguptaa29@gmail.com (Akshit Gupta)</author>
    <category>cp</category><category>trees</category><category>euler-tour</category><category>fenwick-tree</category><category>segment-tree</category><category>lazy-propagation</category><category>advanced-cp</category>
  </item>

  <item>
    <guid>https://sudolife.vercel.app/blog/math-in-cp</guid>
    <title>The Role of Mathematics in CP: What You Need to Know</title>
    <link>https://sudolife.vercel.app/blog/math-in-cp</link>
    <description>Explore how mathematics plays a crucial role in competitive programming and the resources to master it.</description>
    <pubDate>Tue, 01 Jul 2025 12:00:00 GMT</pubDate>
    <author>akshitguptaa29@gmail.com (Akshit Gupta)</author>
    <category>cp</category><category>mathematics</category><category>algorithms</category>
  </item>

  <item>
    <guid>https://sudolife.vercel.app/blog/test-post</guid>
    <title>Test Post</title>
    <link>https://sudolife.vercel.app/blog/test-post</link>
    <description>Testing the static Markdown blog locally.</description>
    <pubDate>Mon, 03 Mar 2025 12:00:00 GMT</pubDate>
    <author>akshitguptaa29@gmail.com (Akshit Gupta)</author>
    <category>test</category><category>local</category>
  </item>

    </channel>
  </rss>
