Add a pre-order traversal link (#4805)

pull/4812/head^2
tombohub 7 months ago committed by GitHub
parent f114657607
commit e7c024032a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/data/roadmaps/computer-science/content/104-common-algorithms/101-tree-algorithms/100-pre-order-traversal.md

@ -6,3 +6,4 @@ Visit the following resources to learn more:
- [Tree | Illustrated Data Structures](https://www.youtube.com/watch?v=S2W3SXGPVyU) - [Tree | Illustrated Data Structures](https://www.youtube.com/watch?v=S2W3SXGPVyU)
- [Tree Traversals (Inorder, Preorder and Postorder)](https://www.geeksforgeeks.org/tree-traversals-inorder-preorder-and-postorder/) - [Tree Traversals (Inorder, Preorder and Postorder)](https://www.geeksforgeeks.org/tree-traversals-inorder-preorder-and-postorder/)
- [Pre-order tree traversal in 3 minutes](https://www.youtube.com/watch?v=1WxLM2hwL-U)

Loading…
Cancel
Save