Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
update book
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunrisepeak committed Apr 4, 2024
1 parent 324877d commit b28e336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Instroduction.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
**预览**

# 导读

---

- 基本介绍
Expand All @@ -22,8 +24,6 @@

---

# 导读

动手写数据结构(d2ds)是一本强调动手实践的开源电子书, 每一章节都会介绍一个数据结构的基本用法和对应的具体实现。本书使用C++作为数据结构的开发语言, 并使用"编译器驱动开发模式"面向接口编程的形式, 来介绍常见数据结构的主体功能和实现。同时, 在[d2ds仓库](https://github.com/Sunrisepeak/d2ds)中也为每章节配有对应的练习代码和dslings检测程序, 真正让读者感受到"动手写"的感觉。下面我们就来详细的介绍一下 章节结构 和 dslings的使用。

> 注: 练习代码采用了类似rustlings的代码检测风格
Expand Down

0 comments on commit b28e336

Please sign in to comment.