<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Posts on Allen&#39;s World</title>
    <link>https://blog.allenwu233.com/posts/</link>
    <description>Recent content in Posts on Allen&#39;s World</description>
    <generator>Hugo -- 0.154.5</generator>
    <language>en</language>
    <lastBuildDate>Mon, 19 May 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.allenwu233.com/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Temporal Experience Density</title>
      <link>https://blog.allenwu233.com/posts/temporal-experience-density/</link>
      <pubDate>Mon, 19 May 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.allenwu233.com/posts/temporal-experience-density/</guid>
      <description>Late night psychology research</description>
    </item>
    <item>
      <title>Custom CD Storage Box Record</title>
      <link>https://blog.allenwu233.com/posts/cd-box/</link>
      <pubDate>Thu, 24 Apr 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.allenwu233.com/posts/cd-box/</guid>
      <description>Daily life of a Touhou CD collector</description>
    </item>
    <item>
      <title>Moonlight Entering the Door, Cheerfully I Rise and Walk</title>
      <link>https://blog.allenwu233.com/posts/moon-walking/</link>
      <pubDate>Wed, 16 Apr 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.allenwu233.com/posts/moon-walking/</guid>
      <description>Poetic inspiration in the late night</description>
    </item>
    <item>
      <title>Peeling an Orange</title>
      <link>https://blog.allenwu233.com/posts/peel-an-orange/</link>
      <pubDate>Mon, 14 Apr 2025 00:00:00 +0000</pubDate>
      <guid>https://blog.allenwu233.com/posts/peel-an-orange/</guid>
      <description>A small illness, peeling an orange, feeling life isn&amp;#39;t so bad</description>
    </item>
    <item>
      <title>Blog Makeover Again</title>
      <link>https://blog.allenwu233.com/posts/hugo-papermod/</link>
      <pubDate>Tue, 08 Apr 2025 21:05:44 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/hugo-papermod/</guid>
      <description>A return after a year</description>
    </item>
    <item>
      <title>Redmi Note 12 Turbo Flash Record</title>
      <link>https://blog.allenwu233.com/posts/redmi-note-12-trubo-flash/</link>
      <pubDate>Wed, 14 Feb 2024 00:00:00 +0000</pubDate>
      <guid>https://blog.allenwu233.com/posts/redmi-note-12-trubo-flash/</guid>
      <description>Android flashing experience</description>
    </item>
    <item>
      <title>&#34;Paradigm Cup&#34; 2023 Nowcoder Summer Multi-School Training Camp 1 K-Subdivision</title>
      <link>https://blog.allenwu233.com/posts/nowcoder-k-subdivision/</link>
      <pubDate>Mon, 24 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://blog.allenwu233.com/posts/nowcoder-k-subdivision/</guid>
      <description>2023 Paradigm Cup - Nowcoder Summer Training</description>
    </item>
    <item>
      <title>Why Do Some People Need Rituals in Life?</title>
      <link>https://blog.allenwu233.com/posts/ritual-sense-of-life/</link>
      <pubDate>Tue, 27 Jun 2023 10:37:07 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/ritual-sense-of-life/</guid>
      <description>When life gives you joy, indulge in it; don&amp;#39;t let the wine cup face the moon empty</description>
    </item>
    <item>
      <title>Codeforces Round 874 (Div. 3) D. Flipper Solution</title>
      <link>https://blog.allenwu233.com/posts/contest-1833-d/</link>
      <pubDate>Thu, 25 May 2023 21:56:26 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/contest-1833-d/</guid>
      <description>&lt;p&gt;&lt;em&gt;AI Translated from Chinese&lt;/em&gt;&lt;/p&gt;
&lt;h2 id=&#34;problem&#34;&gt;Problem&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://codeforces.com/contest/1833/problem/D&#34;&gt;D. Flipper&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Problem: Given an n-permutation &lt;code&gt;p[]&lt;/code&gt;, select an interval &lt;code&gt;[l, r]&lt;/code&gt; (l &amp;lt;= r), construct a new permutation: &lt;code&gt;a[r+1:] + a[l:r].reverse() + a[1:l]&lt;/code&gt; (using Python slice notation, i.e., left-closed right-open interval). Find the lexicographically largest permutation that can be constructed.&lt;/p&gt;
&lt;h2 id=&#34;analysis&#34;&gt;Analysis&lt;/h2&gt;
&lt;p&gt;Assume the answer is represented by $ ans_i $.&lt;/p&gt;
&lt;p&gt;Initial analysis: when $ r = n $, $ ans_1 = r_n $, otherwise $ ans_1 = r_{n+1} $. To ensure lexicographic maximum, we need to select the largest possible $ r $.&lt;/p&gt;</description>
    </item>
    <item>
      <title>World, Hello!</title>
      <link>https://blog.allenwu233.com/posts/worldhello/</link>
      <pubDate>Wed, 24 May 2023 22:51:26 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/worldhello/</guid>
      <description>More than just Hello world</description>
    </item>
    <item>
      <title>World, Hello!</title>
      <link>https://blog.allenwu233.com/posts/worldhello/</link>
      <pubDate>Wed, 24 May 2023 22:51:26 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/worldhello/</guid>
      <description>More than just Hello world</description>
    </item>
    <item>
      <title>ACM Journey, Concludes with Dignity! (?)</title>
      <link>https://blog.allenwu233.com/posts/end-of-my-acm/</link>
      <pubDate>Wed, 17 May 2023 22:43:27 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/end-of-my-acm/</guid>
      <description>Not too late to turn back, realize today is right and yesterday was wrong</description>
    </item>
    <item>
      <title>Codeforces Round 867 (Div. 3) Solutions</title>
      <link>https://blog.allenwu233.com/posts/contest-1822/</link>
      <pubDate>Tue, 25 Apr 2023 15:59:32 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/contest-1822/</guid>
      <description>First CF solution write-up</description>
    </item>
    <item>
      <title>Allen&#39;s Dynamic Programming Basics</title>
      <link>https://blog.allenwu233.com/posts/allen-dynamic-programming/</link>
      <pubDate>Mon, 13 Mar 2023 21:58:57 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/allen-dynamic-programming/</guid>
      <description>States and state transition equations</description>
    </item>
    <item>
      <title>Allen&#39;s Graph Theory Basics</title>
      <link>https://blog.allenwu233.com/posts/allen-graph/</link>
      <pubDate>Sun, 26 Feb 2023 15:37:08 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/allen-graph/</guid>
      <description>For example... the one-stroke problem?</description>
    </item>
    <item>
      <title>Path Finding - 8-Puzzle Problem</title>
      <link>https://blog.allenwu233.com/posts/8-nums/</link>
      <pubDate>Fri, 27 Jan 2023 15:47:55 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/8-nums/</guid>
      <description>Hash and BFS</description>
    </item>
    <item>
      <title>UVa 12166 Equilibrium Mobile</title>
      <link>https://blog.allenwu233.com/posts/uva12166/</link>
      <pubDate>Thu, 12 Jan 2023 16:57:44 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/uva12166/</guid>
      <description>Binary Tree and Balance Scale</description>
    </item>
    <item>
      <title>UVa 1600 Patrol Robot</title>
      <link>https://blog.allenwu233.com/posts/uva1600/</link>
      <pubDate>Wed, 11 Jan 2023 12:30:00 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/uva1600/</guid>
      <description>Upgraded version of BFS shortest path</description>
    </item>
    <item>
      <title>UVa 439 Knight Moves</title>
      <link>https://blog.allenwu233.com/posts/uva439/</link>
      <pubDate>Mon, 09 Jan 2023 18:33:00 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/uva439/</guid>
      <description>Let&amp;#39;s play chess</description>
    </item>
    <item>
      <title>The Organic Combination of Generation and Testing - Backtracking</title>
      <link>https://blog.allenwu233.com/posts/backtracking/</link>
      <pubDate>Sat, 03 Dec 2022 20:00:00 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/backtracking/</guid>
      <description>Reducing unnecessary enumeration</description>
    </item>
    <item>
      <title>Memory, Love, and Redemption</title>
      <link>https://blog.allenwu233.com/posts/little-reimu/</link>
      <pubDate>Fri, 25 Nov 2022 22:00:00 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/little-reimu/</guid>
      <description>Thoughts on Little Reimu</description>
    </item>
    <item>
      <title>The Beauty of Data Structures - Binary Tree</title>
      <link>https://blog.allenwu233.com/posts/binary-tree/</link>
      <pubDate>Sun, 06 Nov 2022 22:00:00 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/binary-tree/</guid>
      <description>Everything looks like a binary tree lately (</description>
    </item>
    <item>
      <title>First Look at Data Structures - Stack</title>
      <link>https://blog.allenwu233.com/posts/stack/</link>
      <pubDate>Sun, 30 Oct 2022 14:00:00 +0800</pubDate>
      <guid>https://blog.allenwu233.com/posts/stack/</guid>
      <description>Simple yet not so simple</description>
    </item>
    <item>
      <title>Python Generating Polynomials and Newton&#39;s Method</title>
      <link>https://blog.allenwu233.com/posts/poly-newton/</link>
      <pubDate>Sun, 02 Oct 2022 00:00:00 +0000</pubDate>
      <guid>https://blog.allenwu233.com/posts/poly-newton/</guid>
      <description>Collision of Python and mathematics</description>
    </item>
    <item>
      <title>Tower of Hanoi for C Language Beginners</title>
      <link>https://blog.allenwu233.com/posts/hanoi/</link>
      <pubDate>Sun, 11 Sep 2022 00:00:00 +0000</pubDate>
      <guid>https://blog.allenwu233.com/posts/hanoi/</guid>
      <description>Encounter with algorithms</description>
    </item>
    <item>
      <title>Hello World!</title>
      <link>https://blog.allenwu233.com/posts/hello-world/</link>
      <pubDate>Fri, 26 Aug 2022 00:00:00 +0000</pubDate>
      <guid>https://blog.allenwu233.com/posts/hello-world/</guid>
      <description>Allen&amp;#39;s first blog</description>
    </item>
  </channel>
</rss>
