package binary_tree;

public class LinkedBinaryTree implements BinaryTree{
	
	@Override
	public boolean isEmpty() {
		
	}
	
}
