mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 04:31:55 +08:00
Remove center-table from docs.
Add header to the tables.
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
下表列举了几个示例数据,包括输入数组和对应的所有排列。
|
||||
|
||||
<div class="center-table" markdown>
|
||||
<p align="center"> 表:数组与链表的效率对比 </p>
|
||||
|
||||
| 输入数组 | 所有排列 |
|
||||
| :---------- | :----------------------------------------------------------------- |
|
||||
@ -12,8 +12,6 @@
|
||||
| $[1, 2]$ | $[1, 2], [2, 1]$ |
|
||||
| $[1, 2, 3]$ | $[1, 2, 3], [1, 3, 2], [2, 1, 3], [2, 3, 1], [3, 1, 2], [3, 2, 1]$ |
|
||||
|
||||
</div>
|
||||
|
||||
## 无相等元素的情况
|
||||
|
||||
!!! question
|
||||
|
||||
Reference in New Issue
Block a user