Skip to content

Commit

Permalink
📄 docs: 数据结构-列表
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxin152133 committed Nov 20, 2024
1 parent 4e31f43 commit 0a2e6d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/notes/数据结构/数组与链表/数组与链表.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,4 @@ nums.addAll(nums1); // 将列表 nums1 拼接到 nums 之后
```java
/* 排序列表 */
Collections.sort(nums); // 排序后,列表元素从小到大排列
```

## 1.4. 内容与缓存
```

0 comments on commit 0a2e6d8

Please sign in to comment.