+1 (218) 451-4151
glass
pen
clip
papers
heaphones

Add support in LinkedBinaryTree for a method, swap(p, q), that has the effect of restructuring…

Add support in LinkedBinaryTree for a method, swap(p, q), that has the effect of restructuring…

Add support in LinkedBinaryTree for a method, swap(p, q), that has the effect of restructuring the tree so that the node referenced by p takes the place of the node referenced by q, and vice versa. Make sure to properly handle the case when the nodes are adjacent.