mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 13:31:07 +00:00
added sasslabel
This commit is contained in:
parent
fb20f96e66
commit
a50c6b4163
|
@ -26,6 +26,9 @@ class Node:
|
||||||
def setRight(self, right):
|
def setRight(self, right):
|
||||||
self.rigt = right
|
self.rigt = right
|
||||||
|
|
||||||
|
def sassLabel(self, label):
|
||||||
|
self.label = label
|
||||||
|
|
||||||
|
|
||||||
class BinarySearchTree:
|
class BinarySearchTree:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user