Update README-cn.md 'is trivial' => 微不足道

Update README-cn.md 'is trivial' => 微不足道
This commit is contained in:
xixi 2023-09-25 11:46:12 +08:00 committed by GitHub
parent 78c09424a7
commit 0c8eec7013
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)