Hi I don't know what this line of code does
res = (actual.left != null) ? actual.left:actual.right;
what does the ? do and the : in actual.left:actual.right
thanks
Hi I don't know what this line of code does
res = (actual.left != null) ? actual.left:actual.right;
what does the ? do and the : in actual.left:actual.right
thanks