Skip to content

Commit c848ef9

Browse files
committed
update structures
1 parent daf4d21 commit c848ef9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

data-structures/linked-list/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
更快的访问,如随机访问,是不可行的。与链表相比,数组具有更好的缓存位置。
1010

11-
![Linked List](/cpp-algorithms/assets/linked-list/linkedlist.jpg)
11+
![Linked List](./assets/linkedlist.jpg)
1212

1313
*Made with [okso.app](https://okso.app)*
1414

0 commit comments

Comments
 (0)