Skip to content

Commit

Permalink
docs: add title link jump
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Mar 1, 2022
1 parent d5a24f2 commit c86a02e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/algorithm/dataStructure.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
javascript 常用的数据结构:
JavaScript 常用的数据结构:

- 字符串
- 数组
-
- 队列
- 链表
- [字符串](#_2-1-字符串)
- [数组](#_2-2-数组)
- [](#_2-3-栈和队列)
- [队列](#_2-3-栈和队列)
- [链表](#_2-4-链表)
-

## 2.1 字符串
Expand Down

0 comments on commit c86a02e

Please sign in to comment.