kopia lustrzana https://github.com/animator/learn-python
Update Tree-Traversal.md
rodzic
713cdea860
commit
2f5eb55d71
|
@ -17,7 +17,7 @@ A Tree Data Structure can be traversed in following ways:
|
||||||
## Binary Tree Structure
|
## Binary Tree Structure
|
||||||
Before diving into traversal techniques, let's define a simple binary tree node structure:
|
Before diving into traversal techniques, let's define a simple binary tree node structure:
|
||||||
|
|
||||||

|
)
|
||||||
|
|
||||||
```python
|
```python
|
||||||
class Node:
|
class Node:
|
||||||
|
|
Ładowanie…
Reference in New Issue