mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 10:39:54 +08:00
Remove center-table from docs.
Add header to the tables.
This commit is contained in:
@@ -36,18 +36,15 @@
|
||||

|
||||
|
||||
两者的详细对应关系如下表所示。
|
||||
<p align="center"> 表:将数据结构与算法类比为积木 </p>
|
||||
|
||||
<div class="center-table" markdown>
|
||||
|
||||
| 数据结构与算法 | LEGO 乐高 |
|
||||
| 数据结构与算法 | 积木 |
|
||||
| -------------- | ---------------------------------------- |
|
||||
| 输入数据 | 未拼装的积木 |
|
||||
| 数据结构 | 积木组织形式,包括形状、大小、连接方式等 |
|
||||
| 算法 | 把积木拼成目标形态的一系列操作步骤 |
|
||||
| 输出数据 | 积木模型 |
|
||||
|
||||
</div>
|
||||
|
||||
值得说明的是,数据结构与算法是独立于编程语言的。正因如此,本书得以提供多种编程语言的实现。
|
||||
|
||||
!!! tip "约定俗成的简称"
|
||||
|
||||
Reference in New Issue
Block a user