Skip to content

Commit aaf926e

Browse files
committed
update back link
1 parent e8882b8 commit aaf926e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 数据结构与算法 :dizzy:<a id="top"></a>
1+
# <a id="top"></a>数据结构与算法 :dizzy:
22
## 线性表
33
顺序表是一种典型的线性结构,是最简单、最常用的数据结构。
44
在计算机中线性表可以采用两种方式来保存,一种是顺序存储结构,另一种是链式存储结构.

src/dataStructure/linkedList/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ void CLAllNode(CLType head){ // 遍历链表输出所有数据
179179
完整实例源码:
180180
[LinkedList.java](./LinkedList.java)
181181

182-
[*****回到首页*****](/offer-java)
182+
[*****回到首页*****](https://github.com/yilong0722/Data-structure-and-algorithm-Java/#top)

src/dataStructure/orderList/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ int SLALL(SLType SL){ // 显示顺序表中的所有结点
130130
完成实例源码
131131
[OrderList.java](./OrderList.java)
132132

133-
[*****回到首页*****](/offer-java)
133+
[*****回到首页*****](https://github.com/yilong0722/Data-structure-and-algorithm-Java/#top)

src/dataStructure/queue/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ int SQTypeLen(SQType q){ // 计算队列长度
135135
队列实例操作源码
136136
[Queue.java](./Queue.java)
137137

138-
[*****回到首页*****](/offer-java)
138+
[*****回到首页*****](https://github.com/yilong0722/Data-structure-and-algorithm-Java/#top)

src/dataStructure/tree/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ void LRDTree(CBTType treeNode){ // 后续遍历
234234
[BinaryTree.java](./BinaryTree.java)
235235

236236

237-
[*****回到首页*****](/offer-java)
237+
[*****回到首页*****](https://github.com/yilong0722/Data-structure-and-algorithm-Java/#top)

0 commit comments

Comments
 (0)