Initial
This commit is contained in:
13
binaryTree.md
Normal file
13
binaryTree.md
Normal file
@@ -0,0 +1,13 @@
|
||||
+---------------------------------------+
|
||||
| BinaryTree |
|
||||
+---------------------------------------+
|
||||
| - root Node (int) |
|
||||
| |
|
||||
+---------------------------------------+
|
||||
| |
|
||||
| - Node |
|
||||
| - content int |
|
||||
| - leftChild Node |
|
||||
| - rightChild Node |
|
||||
+---------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user