-
This commit is contained in:
@@ -41,8 +41,6 @@ namespace BinaryTree
|
|||||||
Left = _Left;
|
Left = _Left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public node GetRight(){
|
public node GetRight(){
|
||||||
return Right;
|
return Right;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user