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