<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[d2ds | 动手学数据结构]]></title><description><![CDATA[动手学数据结构公开课]]></description><link>http://forum.d2learn.org/category/6</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 02:09:26 GMT</lastBuildDate><atom:link href="http://forum.d2learn.org/category/6.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 12 Nov 2025 17:38:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[dsx自动检测出现错误]]></title><description><![CDATA[<p dir="auto">@dustchens 链表结构损坏, 不闭环了 (如果问题解决可以把帖子状态设置为已解决</p>
]]></description><link>http://forum.d2learn.org/topic/144/dsx自动检测出现错误</link><guid isPermaLink="true">http://forum.d2learn.org/topic/144/dsx自动检测出现错误</guid><dc:creator><![CDATA[SPeak]]></dc:creator><pubDate>Wed, 12 Nov 2025 17:38:11 GMT</pubDate></item><item><title><![CDATA[d2ds动画: 二维数组内部布局与局部性原理 - 动画代码]]></title><description><![CDATA[<p dir="auto"><strong>动画代码: <a href="https://github.com/d2learn/d2ds/blob/main/videos/array/two_dim_array.py" rel="nofollow ugc">https://github.com/d2learn/d2ds/blob/main/videos/array/two_dim_array.py</a></strong><br />
<strong>动画视频: <a href="https://www.bilibili.com/video/BV1bQRvY4EDt" rel="nofollow ugc">https://www.bilibili.com/video/BV1bQRvY4EDt</a></strong></p>
<hr />
<p dir="auto"><img src="/assets/uploads/files/1743931529791-5bdff4ca-714a-4207-9861-465ed10c1e11-image.png" alt="5bdff4ca-714a-4207-9861-465ed10c1e11-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>http://forum.d2learn.org/topic/77/d2ds动画-二维数组内部布局与局部性原理-动画代码</link><guid isPermaLink="true">http://forum.d2learn.org/topic/77/d2ds动画-二维数组内部布局与局部性原理-动画代码</guid><dc:creator><![CDATA[sunrisepeak]]></dc:creator><pubDate>Sun, 06 Apr 2025 09:28:21 GMT</pubDate></item><item><title><![CDATA[动手学数据结构项目已经适配d2x工具 - 更简单的本地环境搭建和使用]]></title><description><![CDATA[<p dir="auto">原项目: <a href="https://github.com/Sunrisepeak/d2ds" rel="nofollow ugc">https://github.com/Sunrisepeak/d2ds</a></p>
<hr />
<h1>动手写数据结构 | d2ds - WIP</h1>
<p dir="auto">Dive into Data Structures - 强调<strong>动手实践</strong>的<strong>数据结构</strong>学习项目，其中包含<strong>在线书籍、公开课、练习代码</strong>等子项目</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th><a href="https://courses.d2learn.org/d2ds_course.html" rel="nofollow ugc">主页</a> - <a href="https://forum.d2learn.org/category/6/d2ds-%E5%8A%A8%E6%89%8B%E5%AD%A6%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84" rel="nofollow ugc">论坛</a></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://d2learn.github.io/d2ds" rel="nofollow ugc">d2ds-book</a> - <a href="https://courses.d2learn.org/d2ds_course.html" rel="nofollow ugc">d2ds-video</a> - <a href="dslings">d2ds-code</a> - <a href="https://github.com/Sunrisepeak/dstruct" rel="nofollow ugc">dstruct</a></td>
</tr>
</tbody>
</table>
<hr />
<h2>目标</h2>
<ul>
<li><strong>1.</strong> 任何人都可以在网上<strong>免费获取</strong></li>
<li><strong>2.</strong> 不仅强调原理, 更<strong>强调动手实践</strong></li>
<li><strong>3.</strong> <strong>自动化的代码练习系统</strong>, 让使用者轻松<strong>从零实现一个数据结构</strong></li>
<li><strong>4.</strong> <strong>强调共建共享</strong>, 让更多的人加入d2ds社区, 快速迭代和提升内容</li>
<li><strong>5.</strong> 提供社区成员用于<strong>代码分享、技术交流、的论坛和群组</strong></li>
</ul>
<h2>快速开始</h2>
<blockquote>
<p dir="auto">通过使用<a href="https://github.com/d2learn/xlings" rel="nofollow ugc">xlings</a>下载项目并运行<strong>编译器驱动开发模式</strong>(自动化检测)来进行代码练习</p>
</blockquote>
<blockquote>
<p dir="auto">注: xlings包含所需的xim和d2x工具 -&gt; <a href="https://d2learn.org/xlings" rel="nofollow ugc">详情</a></p>
</blockquote>
<hr />
<h3>获取项目&amp;配置环境</h3>
<blockquote>
<p dir="auto">下载d2ds项目到当前目录并自动配置本地环境</p>
</blockquote>
<pre><code class="language-bash">xim -i d2x::d2ds
</code></pre>
<h3>基本用法</h3>
<blockquote>
<p dir="auto">使用d2x命令查看电子书或进行代码练习</p>
</blockquote>
<h4>打开电子书/项目文档</h4>
<pre><code class="language-bash">d2x book
</code></pre>
<h4>进入代码练习自动检测程序</h4>
<pre><code class="language-bash">d2x checker
</code></pre>
<h2>社区 | 交流</h2>
<ul>
<li><strong>即时交流(QQ群):</strong> 167535744</li>
<li><strong>问题交流&amp;讨论:</strong> <a href="https://forum.d2learn.org/category/6" rel="nofollow ugc">d2ds论坛版块</a></li>
<li><strong>Bug反馈&amp;功能改善:</strong> <a href="https://github.com/d2learn/d2ds/issues" rel="nofollow ugc">github-issues</a></li>
</ul>
<h2>参与项目 | 社区贡献</h2>
<ul>
<li><strong>参与社区交流:</strong> 反馈问题、参与社区问题讨论</li>
<li><strong>参与项目维护和开发:</strong> 参与社区中问题处理、修复Bug、开发&amp;优化新功能/模块</li>
<li><strong>d2ds的学习分享:</strong> 对d2ds中的一些内容做技术解读, 丰富知识库, 以至于帮助到更多同学</li>
</ul>
]]></description><link>http://forum.d2learn.org/topic/73/动手学数据结构项目已经适配d2x工具-更简单的本地环境搭建和使用</link><guid isPermaLink="true">http://forum.d2learn.org/topic/73/动手学数据结构项目已经适配d2x工具-更简单的本地环境搭建和使用</guid><dc:creator><![CDATA[sunrisepeak]]></dc:creator><pubDate>Wed, 19 Mar 2025 09:33:26 GMT</pubDate></item><item><title><![CDATA[Hello d2ds]]></title><description><![CDATA[<p dir="auto">欢迎学习使用d2ds项目学习数据结构...</p>
]]></description><link>http://forum.d2learn.org/topic/2/hello-d2ds</link><guid isPermaLink="true">http://forum.d2learn.org/topic/2/hello-d2ds</guid><dc:creator><![CDATA[sunrisepeak]]></dc:creator><pubDate>Thu, 03 Oct 2024 13:03:38 GMT</pubDate></item></channel></rss>