1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-20 15:19:47 +01:00

Add a pre-order traversal link ()

This commit is contained in:
tombohub 2024-05-10 16:56:53 -04:00 committed by GitHub
parent f114657607
commit e7c024032a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,3 +6,4 @@ Visit the following resources to learn more:
- [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/)
- [Pre-order tree traversal in 3 minutes](https://www.youtube.com/watch?v=1WxLM2hwL-U)