<?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>CS on robb3n&#39;s blog</title>
    <link>https://robb3n.site/tags/cs/</link>
    <description>Recent content in CS on robb3n&#39;s blog</description>
    <image>
      <title>robb3n&#39;s blog</title>
      <url>https://robb3n.site/og-default.png</url>
      <link>https://robb3n.site/og-default.png</link>
    </image>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <copyright>2026 robb3n</copyright>
    <lastBuildDate>Sun, 29 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://robb3n.site/tags/cs/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>顺序表：基本操作</title>
      <link>https://robb3n.site/cs/%E7%AE%97%E6%B3%95/%E9%A1%BA%E5%BA%8F%E8%A1%A8%E5%9F%BA%E6%9C%AC%E6%93%8D%E4%BD%9C/</link>
      <pubDate>Sun, 29 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://robb3n.site/cs/%E7%AE%97%E6%B3%95/%E9%A1%BA%E5%BA%8F%E8%A1%A8%E5%9F%BA%E6%9C%AC%E6%93%8D%E4%BD%9C/</guid>
      <description>顺序表操作的核心在于理清位序（从1开始）与数组下标（从0开始）的映射关系。插入时从后往前移动元素腾出位置，删除时从前往后覆盖填补空缺。掌握下标=位序-1的转换，即可避免常见错误。</description>
    </item>
  </channel>
</rss>
