Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 02e9789

Browse files
committed
XD
1 parent 0389551 commit 02e9789

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# Graphical Binary tree using python's turtle module
2+
### made a binary tree -> 1
3+
### node class -> 1
4+
### insert method -> 1
5+
### NodesBeenMade for number of nodes -> 1
6+
### number of floors -> 1
7+
### how to define number of leaves -> 1
8+
### made the 4 method and its working -> 1
9+
### delete the tree -> 1
10+
### MAX and MIN in our tree -> 1
11+
### full tree -> 0
12+
### compare of two tree -> 1

0 commit comments

Comments
 (0)