Merge pull request #1385 from arsentiii/patch-1

Update README-cn.md 'is trivial' => 微不足道
This commit is contained in:
John Washam 2023-09-25 08:29:28 -07:00 committed by GitHub
commit cd87186497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@
- ### 堆栈Stack
- [ ] [堆栈(视频)](https://www.coursera.org/learn/data-structures/lecture/UdKzQ/stacks)
- [ ] [[Review] Stacks in 3 minutes (video)](https://youtu.be/KcT3aVgrrpU)
- [ ] 可以不实现,因为使用数组来实现并不重要
- [ ] 可以不实现,因为使用数组来实现是微不足道的事
- ### 队列Queue
- [ ] [队列(视频)](https://www.coursera.org/learn/data-structures/lecture/EShpq/queue)