Skip to content

Commit be8dafe

Browse files
committed
Done Stack
1 parent 3c6e828 commit be8dafe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

translations/README-zh-tw.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,9 +568,9 @@ I'm using Github's special markdown flavor, including tasks lists to check progr
568568
- 不需要實作
569569

570570
- ### Stack
571-
- [ ] [Stacks (video)](https://www.coursera.org/learn/data-structures/lecture/UdKzQ/stacks)
572-
- [ ] [Using Stacks Last-In First-Out (video)](https://www.lynda.com/Developer-Programming-Foundations-tutorials/Using-stacks-last-first-out/149042/177120-4.html)
573-
- [ ] Will not implement. Implementing with array is trivial.
571+
- [ ] [Stack (影片)](https://www.coursera.org/learn/data-structures/lecture/UdKzQ/stacks)
572+
- [ ] [使用 Stacks 後進先出 (LIFO) (影片)](https://www.lynda.com/Developer-Programming-Foundations-tutorials/Using-stacks-last-first-out/149042/177120-4.html)
573+
- [ ] 不包含實作,使用陣列來實作太繁瑣了。
574574

575575
- ### Queue
576576
- [ ] [Using Queues First-In First-Out(video)](https://www.lynda.com/Developer-Programming-Foundations-tutorials/Using-queues-first-first-out/149042/177122-4.html)

0 commit comments

Comments
 (0)