Skip to content

Commit a50c6b4

Browse files
added sasslabel
1 parent fb20f96 commit a50c6b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data_structures/Binary Tree/binary_seach_tree.py

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ def getRight(self):
2525

2626
def setRight(self, right):
2727
self.rigt = right
28+
29+
def sassLabel(self, label):
30+
self.label = label
2831

2932

3033
class BinarySearchTree:

0 commit comments

Comments
 (0)