This commit is contained in:
YoSaucedo 2017-05-25 13:25:32 -05:00
parent bd20b95d61
commit f2c36308f6
1 changed files with 2 additions and 2 deletions

View File

@ -571,10 +571,10 @@ Escriba código en un pizarrón o en papel no en la computadora. Pruebe con algu
- [ ] Doble lista enlazada
- [Description (video)](https://www.coursera.org/learn/data-structures/lecture/jpGKD/doubly-linked-lists)
- No es necesario
- ### Stack
- ### Pila
- [ ] [Stacks (video)](https://www.coursera.org/learn/data-structures/lecture/UdKzQ/stacks)
- [ ] [Using Stacks Last-In First-Out (video)](https://www.lynda.com/Developer-Programming-Foundations-tutorials/Using-stacks-last-first-out/149042/177120-4.html)
- [ ] Will not implement. Implementing with array is trivial.
- [ ] No implementaré. Implementando con arreglos es trivial.
- ### Queue
- [ ] [Using Queues First-In First-Out(video)](https://www.lynda.com/Developer-Programming-Foundations-tutorials/Using-queues-first-first-out/149042/177122-4.html)