Update coursera link in Series: Trees (video)

This commit is contained in:
Andy 2020-06-08 17:17:24 -07:00
parent 7ebb910548
commit 5a0040e9fb

View File

@ -656,7 +656,7 @@ Write code on a whiteboard or paper, not a computer. Test with some sample input
- ### Trees - Notes & Background - ### Trees - Notes & Background
- [ ] [Series: Core Trees (video)](https://www.coursera.org/learn/data-structures-optimizing-performance/lecture/ovovP/core-trees) - [ ] [Series: Core Trees (video)](https://www.coursera.org/learn/data-structures-optimizing-performance/lecture/ovovP/core-trees)
- [ ] [Series: Trees (video)](https://www.coursera.org/learn/data-structures/lecture/95qda/trees) - [ ] [Series: Trees (video)](https://www.coursera.org/lecture/data-structures/trees-95qda)
- basic tree construction - basic tree construction
- traversal - traversal
- manipulation algorithms - manipulation algorithms