This commit is contained in:
lukejelse04 2021-07-07 23:22:23 +01:00
parent 3b5b114952
commit 006cd9a00a

View File

@ -41,8 +41,6 @@ namespace BinaryTree
Left = _Left; Left = _Left;
} }
public node GetRight(){ public node GetRight(){
return Right; return Right;
} }