diff --git a/contrib/ds-algorithms/Tree-Traversal.md b/contrib/ds-algorithms/Tree-Traversal.md index 1336928..cd19515 100644 --- a/contrib/ds-algorithms/Tree-Traversal.md +++ b/contrib/ds-algorithms/Tree-Traversal.md @@ -17,7 +17,7 @@ A Tree Data Structure can be traversed in following ways: ## Binary Tree Structure Before diving into traversal techniques, let's define a simple binary tree node structure: -![Binary Tree](images/binarytree.png) +![Binary Tree](images/binarytree.png)) ```python class Node: